suggest to install stable by default
This commit is contained in:
parent
34936d25f0
commit
9a57498183
1 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@
|
||||||
1) Get code from git
|
1) Get code from git
|
||||||
|
|
||||||
cd /srv/
|
cd /srv/
|
||||||
git clone https://git.0x2620.org/pandora.git pandora
|
git clone -b stable https://git.0x2620.org/pandora.git pandora
|
||||||
cd pandora
|
cd pandora
|
||||||
./ctl init
|
./ctl init
|
||||||
|
|
||||||
|
@ -146,11 +146,11 @@ b) apache2 (if you need it for other sites on the same server)
|
||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
To update pandora to the latest development version run this:
|
To update pandora to the latest version run this:
|
||||||
|
|
||||||
su pandora
|
su pandora
|
||||||
cd /srv/pandora
|
cd /srv/pandora
|
||||||
./update.py dev
|
./update.py
|
||||||
|
|
||||||
this will update pandora/oxjs/python-ox and list possible upgrades to the db
|
this will update pandora/oxjs/python-ox and list possible upgrades to the db
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue