mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
Pointing to personal repositories for hacking
This commit is contained in:
@@ -14,14 +14,14 @@ gitreceive init
|
|||||||
|
|
||||||
# buildstep
|
# buildstep
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://github.com/progrium/buildstep.git
|
git clone https://github.com/rnorth/buildstep.git
|
||||||
cd buildstep
|
cd buildstep
|
||||||
cp buildstep /home/git/buildstep
|
cp buildstep /home/git/buildstep
|
||||||
make
|
make
|
||||||
|
|
||||||
# dokku (this!)
|
# dokku (this!)
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://github.com/progrium/dokku.git
|
git clone https://github.com/rnorth/dokku.git
|
||||||
cd dokku
|
cd dokku
|
||||||
cp receiver /home/git/receiver
|
cp receiver /home/git/receiver
|
||||||
cp nginx-app-conf /home/git/nginx-app-conf
|
cp nginx-app-conf /home/git/nginx-app-conf
|
||||||
|
|||||||
Reference in New Issue
Block a user