Skip to content

cryptojuice/ansible-flask-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Flask development enviornment.

####Includes Web server: Flask, Nginx, Gunicorn, Gevent
DB server: MongoDB

####Required VirtualBox or VMware, Vagrant, and Ansible installed on local machine.

####Usage

1. Add vm's to vagrant
vagrant box add precise32 http://files.vagrantup.com/precise32.box vagrant box add precise64 http://files.vagrantup.com/precise64.box

2. Create new project dir
git clone ansible-flask-boostrap into new directory.

3. Run shell commands
:# vagrant up web && vagrant up db
:# vagrant provision

About

Initial setup using Vagrant, Ansible, Flask, Mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages