probably makes more sense to have this in the makefile

This commit is contained in:
Jeff Lindsay
2013-06-13 21:58:58 -07:00
parent edcfdc97ea
commit 55ef891d9d
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ install: submodule gitreceive sshcommand
cp buildstep/buildstep /home/git/buildstep
cp nginx-app-conf /home/git/nginx-app-conf
cp nginx-reloader.conf /etc/init/nginx-reloader.conf
echo "include /home/git/*/nginx.conf;" > /etc/nginx/conf.d/dokku.conf
submodule:
git submodule init

View File

@@ -8,7 +8,6 @@ cd ~ && git clone ${DOKKU_REPO}
cd dokku && make install
cd buildstep && make build
echo "include /home/git/*/nginx.conf;" > /etc/nginx/conf.d/dokku.conf
/etc/init.d/nginx start
start nginx-reloader