...
Code Block | ||||
---|---|---|---|---|
| ||||
php /pathToOTranCe/public/index.php -uUseru User -pPassp Pass -cControllerc Controller -aActiona Action |
- -uUser: please use the user name for your regular login to your oTranCe installation, for example 'admin': -uadmin
- -pPass: please use the password for your regular login to your oTranCe installation, for example 'air2Eati': -pair2Eati
- -cController: please enter the name of the controller you want to trigger, for example 'export': -cexport
- -aAction: please enter the name of the action you want to trigger. Two possibilities for now, please use either 'update-all' or 'commit': -aupdate-all or -acommit
...
Code Block | ||
---|---|---|
| ||
php /pathToOTranCe/public/index.php -uadminu admin -pair2Eatip air2Eati -cexportc export -aupdatea update-all |
Code Block | ||
---|---|---|
| ||
php /pathToOTranCe/public/index.php -uadminu admin -pair2Eatip air2Eati -cexportc export -acommita commit |
Info | ||
---|---|---|
| ||
|