forked from ooyala/barkeep
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Barkeep
dmacdougall edited this page Feb 28, 2013
·
3 revisions
The easiest way to install Barkeep and all its dependencies is to run the installation shell script on a clean Ubuntu 10.04 instance.
$ curl https://raw.github.com/ooyala/barkeep/master/install_barkeep.sh | bash
You can also manually set up Barkeep's dependencies if, for example, you prefer to use a different web server or already have mysql installed. You can use the installation script as a starting point and tweak it to your liking.
To configure sending emails from Barkeep be sure to edit GMAIL_ADDRESS
and GMAIL_PASSWORD
in environment.rb
, then run $ sudo restart barkeep
.
Once you have Barkeep running, see the Viewing repositories wiki page for next steps.