| ... | @@ -3,7 +3,7 @@ Before, we used a CLI that provided the actions below. For AweSim on Open OnDema |
... | @@ -3,7 +3,7 @@ Before, we used a CLI that provided the actions below. For AweSim on Open OnDema |
|
|
|cli cmd|purpose|replacement|
|
|
|cli cmd|purpose|replacement|
|
|
|
|---|---|---|
|
|
|---|---|---|
|
|
|
|awesim setup|create and modify a bunch of deployment related files, then run update command|for existing apps, manually add and version .env.production and bin/setup-production files (see below)|
|
|
|awesim setup|create and modify a bunch of deployment related files, then run update command|for existing apps, manually add and version .env.production and bin/setup-production files (see below)|
|
|
|
|awesim update|rebuild assets and call restart and lint|use dashboard web ui or shell script to do 3 steps: install gems, rebuild assets, and restart app|
|
|
|awesim update|rebuild assets and call restart and lint|use dashboard web ui or run shell script (`~wiag/bin/update-app`) to do 3 steps: install gems, rebuild assets, and restart app|
|
|
|
|awesim restart|touch a file that passenger is configured to recognize as a restart file|dashboard web ui or run `touch tmp/restart.txt` or `scl enable git19 rh-ruby22 -- bin/rake ood_appkit:restart`|
|
|
|awesim restart|touch a file that passenger is configured to recognize as a restart file|dashboard web ui or run `touch tmp/restart.txt` or `scl enable git19 rh-ruby22 -- bin/rake ood_appkit:restart`|
|
|
|
|awesim lint||access app details in dashboard to see lint errors|
|
|
|awesim lint||access app details in dashboard to see lint errors|
|
|
|
|awesim permission||access app details in dashboard to change FACLs OR use `nfs4_setfacl` and `nfs4_getfacl` on the app directory|
|
|
|awesim permission||access app details in dashboard to change FACLs OR use `nfs4_setfacl` and `nfs4_getfacl` on the app directory|
|
| ... | | ... | |