minor edit to readme
This commit is contained in:
parent
ac85a81bd1
commit
27bd1d835b
@ -1,7 +1,7 @@
|
||||
- Needs working local CiviCRM from caat-crm-installer
|
||||
- In confdump path, `virtualenv confdump.venv`
|
||||
- Load the virtualenv `. confdump.venv/bin/activate`
|
||||
- Install pre-dependencies for MySQL client https://pypi.org/project/mysqlclient/ on dpkg based linuce: `python3-dev default-libmysqlclient-dev build-essential`
|
||||
- Install pre-dependencies for MySQL client https://pypi.org/project/mysqlclient/ (on dpkg based linux: `sudo apt install python3-dev default-libmysqlclient-dev build-essential`)
|
||||
- Install requirements `pip -i requirements.txt`
|
||||
- Fill out example.env for the production, test or development server you'll retrieve the data from.
|
||||
- Execute dump to retrieve base data: `env $(cat example.env) python ./confdump.py dump -o mydata INSTANCEPATH` where INSTANCEPATH is something like https://crm.dev.caat.org.uk/.
|
||||
|
Loading…
Reference in New Issue
Block a user