Production deployment
If you want to create a new server with this configuration, you should perform a production deployment using the web interface.
Testing deployment
If you just want to deploy this application in a new server to see it, ManageaCloud will create a free server for 90 minutes. This options uses the web interface.
CLI deployment
You can also deploy this application using the command line interface
mac instance create -c bolt_cms_ubuntu_trusty_tahr_1404
Apply to existing server
If you want to apply this configuration in a existing server, you can use the following bash command(s):
For Ubuntu Trusty Tahr 14.04:
curl -sSL https://manageacloud.com/api/cm/configuration/bolt_cms_ubuntu_trusty_tahr_1404/ubuntu/manageacloud-production-script.sh | bash
REST API
Deploy this application using the REST API
curl -X POST -i -H "Content-Type: application/json" -H "Authorization: ApiKey username:c87ca1277b4ec3e0a563ea9e70b18eadf3631aa71fc0080d9f1594e160182000" -d '{"cookbook_tag": "bolt_cms_ubuntu_trusty_tahr_1404", "location": "sfo1", "deployment": "testing"}' https://manageacloud.com/api/v1/instance