Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petems/cap-deploy-website

Boilerplate for deploying static sites to remote servers with minimum setup
https://github.com/petems/cap-deploy-website

Last synced: 1 day ago
JSON representation

Boilerplate for deploying static sites to remote servers with minimum setup

Awesome Lists containing this project

README

        

#cap-deploy-website

An example way of deploying static HTML files to a server and then hosting them with nginx.

```
bundle install
vagrant up
bundle exec cap vagrant deploy
open http://192.168.30.2
```