mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
Merge pull request #840 from sharky98/master
fix(docs): README update ~ container flag for production install
This commit is contained in:
commit
681256c61a
@ -142,6 +142,10 @@ use --user flag to create a user and install using that user
|
||||
|
||||
python install.py --develop --user [frappe-user]
|
||||
|
||||
use --container flag to install inside a container (this will prevent the `/proc/sys/vm/swappiness: Read-only` file system error)
|
||||
|
||||
sudo python install.py --production --user [frappe-user] --container
|
||||
|
||||
use --version flag to install specific version
|
||||
|
||||
python install.py --develop --version 11 --user [frappe-user]
|
||||
|
Loading…
Reference in New Issue
Block a user