Go to https://apps.awesim.org/devapps and you'll see a list of apps grouped by the Provider (white background). These are all shared apps.
Apps you develop and share are deployed in your home directory:
- apps in development (dev apps) are deployed under
$HOME/awesim_dev
- apps in production (shared apps) are deployed under
$HOME/awesim_shared_apps
Dev apps that you deploy under $HOME/awesim_dev
can only be seen and run by your account. The app's root directories must following a naming convention rails[1-10] such as rails1
or rails2
or rails3
etc.
If you create a new app for development under $HOME/awesim_dev
, the next time you reload the dashboard you will see it at the top of the list.
Here, I have created an app at $HOME/awesim_dev/rails1
:
In this case, only I can run the app titled "rails1". This allows me to develop and test my app before sharing it with other users.