Replace rake functions with python paver functions
Deprecated rake functions issue a warning and then call paver replacements Bring Paver commands up to date with master for servers, assets, and docs. Revert deprecation of quality, tests, and i18n for a future pull request. Deprecate workspace migration
This commit is contained in:
@@ -132,11 +132,11 @@ Connect to your virtual machine with "vagrant ssh".
|
||||
Some examples you can use from your virtual machine:
|
||||
|
||||
- Start Learning management system (LMS):
|
||||
$ rake lms[cms.dev,0.0.0.0:8000]
|
||||
$ paver lms --settings=cms.dev
|
||||
=> http://${MY_IP}:8000/
|
||||
|
||||
- Start Studio:
|
||||
$ rake cms[dev,0.0.0.0:8001]
|
||||
$ paver studio --settings=dev
|
||||
=> http://${MY_IP}:8001/
|
||||
|
||||
See the README for more.
|
||||
|
||||
Reference in New Issue
Block a user