There are management commands for Pootle which might be useful at some point. However, since we are using a preconfigured Bitnami appliance, running any of them requires a few steps of preparation.
- Depending on the planned operations, it might be wise to stop the whole stack (Apache, MySQL and Pootle) beforehand. This is archived by running:
sudo /opt/bitnami/ctlscript.sh stop
Likewise the following will start it up again afterwards:sudo /opt/bitnami/ctlscript.sh start
- Set up the environment as follows:
cd /opt/bitnami
sudo ./use_pootle - Run Pootle commands like this:
pootle help
Edited by Okal - The use_pootle script does the environment setup now.
0 Comments