From 5e809a57a7a2459ffbeb115bf9e8339e82aea704 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 22 Oct 2011 21:44:08 -0400 Subject: [PATCH] updated install script --- INSTALL.debian | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/INSTALL.debian b/INSTALL.debian index a0a1b906b..1b944a334 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -119,14 +119,24 @@ passwd danbooru sudo -u danbooru createdb danbooru2 cd /home/danbooru sudo -u danbooru mkdir /home/danbooru/apps +cd /home/danbooru/apps git clone git://github.com/r888888888/danbooru.git danbooru chown -R danbooru:danbooru danbooru echo echo echo "**************************************************************" -echo "* Danbooru has now been setup on this computer and should be *" -echo "* accessible from the web. Go ahead and create an account. *" +echo "* Danbooru is now ready for deployment. *" +echo "* *" +echo "* A local copy has been checked out into /home/danbooru/apps *" +echo "* but you may want to clone your own copy from *" +echo "* http://github.com/r888888888/danbooru.git *" +echo "* *" +echo "* You will probably want to create your own branch and *" +echo "* modify the config/deploy/staging.rb and production.rb *" +echo "* files to point to the correct servers. Then run: *" +echo "* cap deploy *" +echo "* *" echo "* The first account will automatically be made an admin. You *" echo "* can edit the configuration files by editing *" echo "* /var/www/danbooru/shared/config/local_config and *"