Skip to content
cythrawll edited this page Oct 25, 2011 · 8 revisions

Welcome to the scalaircbot wiki!

To run the master branch:

  • first time run: sbt update to grab the dependencies
  • Copy config.xml to config-prod.xml
  • Edit the file with your parameters
  • sbt "run config-prod.xml"
  • to log to a log file: sbt "run config-prod.xml" | tee -a bot.log
Clone this wiki locally