# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 13528 | tjuricek |
Moved rack and app server configuration to be managed via Salt. Also, only using a single value "url" to configure how the p4_project_services instance references the p4_web_api. And, removing the Docker setup, since that won't work for a production system. |
||
#3 | 13494 | tjuricek | Reorganize salt tree to have a single set of states (probably) organized with different basic minion configurations. | ||
#2 | 13493 | tjuricek |
Attempting to get the p4 web api executing under unicorn via god. The rvm state scripts deployed as part of SaltStack to not seem particularly reliable. They don't quite seem to execute some of the rvm functions in the correct environments, which means a few basic setup functions are basically shelled out at the moment. |
||
#1 | 13491 | tjuricek |
Minimal .deb installer package for the p4_web_api The goal of this package is to provide a way of distributing the web application source via deb instead of something like the workshop or git. There will definitely be some changes as a complete deployment workflow is defined. This includes some vagrant machines for building the installer packages ('ubuntu') and testing out the environment ('salt'). |