You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luke Rogers edited this page Jan 12, 2015
·
1 revision
Installing Using Vagrant
When developing CloudBot, it is recommended that you run the bot inside a CloudBot Vagrant VM. This guarantees that everyone developing CloudBot will have an identical working environment.
curl -Ls https://github.com/CloudBotIRC/CloudBot/archive/python3.4.zip > CloudBot.zip
unzip CloudBot.zip
cd CloudBot-python3.4
Git
Alternately, you can also clone CloudBot by using:
git clone https://github.com/CloudBotIRC/CloudBot.git
cd CloudBot
Setting up the Virtual Machine
First, you need to install Vagrant. See docs.vagrantup.com for a guide on installing Vagrant
Next, use the vagrant up command in the CloudBot directory. This may take a while, but when it's finished, you will have a fully installed CloudBot virtual machine.
To run the bot, connect to the virtual machine using vagrant ssh, then use the start-bot command in the ssh terminal.