A part-implemented micro blogging app with API
- Centos 7 Box
- LEMP Stack
- Nginx
- PHP-FPM
- SQLite
- Ansible 1.8.1+
- Vagrant 1.8+
- Internet access for additional software download and installs
List of project specific system requirements.
- See requirements.yml
Run the following command to update your ansible galaxy roles (sudo if necessary):
sudo ansible-galaxy install -r requirements.yml --ignore-errors
192.168.100.120 micro-blog.dev
If you are having issues with Ansible / Vagrant or would prefer to use your own web server please refer to the link below on how to configure Silex: http://silex.sensiolabs.org/doc/master/web_servers.html
Start up the vagrant box:
vagrant up
- visit 192.168.100.120 for Nginx test page
- visit http://micro-blog.dev/api/posts to verify the micro-blog is configured correctly