#Base Docker Development VM
Provisions an Ubuntu server with Docker Compose.
- Creates an Ubuntu VM running Docker
- Allows for configuration using a docker-compose.yml file
##How do i use it?
Step 1. Install vagrant
#Base Docker Development VM
Provisions an Ubuntu server with Docker Compose.
##How do i use it?
Step 1. Install vagrant
| #!/bin/bash | |
| # Autor: Nilton OS -- www.linuxpro.com.br | |
| echo 'setup-web2py-nginx-uwsgi-centos64.sh' | |
| echo 'Support CentOS 6.4' | |
| echo 'Installs Nginx 1.4.1 + uWSGI + Web2py' | |
| # Get Web2py Admin Password | |
| echo -e "Web2py Admin Password: \c " | |
| read PW |
| [ssh_connection] | |
| control_path = %(directory)s/%%h-%%p-%%r |
| Note: syncStatus must be the full syncStatus object/json | |
| async.series({ | |
| totals: function(cb){ | |
| domainsTotalsAccurate(pid, syncStatus, req, cb); | |
| } | |
| }, function(myError, myResult){ | |
| var result = myResult.totals; | |
| }) |