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
$ cd /var/www/
$ git clone https://github.com/StuyCSDojo/slackbot.git
$ cd slackbot
# IMPORTANT READ THIS READ THIS READ THIS ---# Modify slackbot.conf and change the value of "ServerName" to the ipaddress of the droplet (ipv4)
$ chgrp -R www-data slackbot
$ chmod -R g+w slackbot
$ cp /var/www/slackbot/slackbot.conf /etc/apache2/sites-available/slackbot.conf
$ a2ensite slackbot
$ service apache2 restart