Quickstart Guides ================= Websites and applications are added to CASCADE as projects so assets, code and databases can be deployed separately. Each project by default has a development, staging and production environment. These environments can all live on a single server or be spread across multiple servers in a cluster depending on the client’s needs. When the website application has been configured in CASCADE you will be able to push your git changes to the CASCADE git repository which will deploy the code to the development environment automatically. At this point you will be able to go to the CASCADE web interface and press a button to push the code changes up to staging and production. Assets and Databases can also be synced, just make your changes on the dev assets or database and you can push both up to staging and production with a press of a button. The following Quickstart guides are available: .. _Quickstarts: .. toctree:: :maxdepth: 1 Drupal Drupal7 WordPress Workflow