-
Notifications
You must be signed in to change notification settings - Fork 2
Installing on Linux
Alvin Lazaro edited this page Jan 13, 2015
·
6 revisions
This is a detailed guide on installing Stem on Linux. If any problems arise while installing feel free to add me on steam for help.
The bot requires Node.js v0.10.x and above. There is a fantastic guide to installing Node.js on linux here. Pick your linux distro and follow the instructions.
Once we have Node installed we can begin setting up the bot.
-
sudo apt-get install git build-essential
We'll need git and build-essential in order to clone the repo and then install its dependencies. -
git clone https://github.com/alvinl/stem
clone the repo -
cd stem
go into the stem folder -
sudo npm install
install the needed packages for the bot - Create a config file named config.json. You can use the provided config.json.example as a reference.
- Config guide here
- Run
node bin/stem <path/to/config.json>
to start the bot
- Example:
node bin/stem config.json
- It will most likely ask you for a Steam Auth code to input, check your email and input it into the bot.