mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
probably makes more sense to have this in the makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user