Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Vagrant install #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adds Vagrant install #4

wants to merge 1 commit into from

Conversation

rjz
Copy link
Contributor

@rjz rjz commented Apr 7, 2015

For @Nic-Wolf, here's a dev environment (Ubuntu 14.04) built on vagrant. The built VM ships with:

  • the app folder synced from the host to the vagrant VM at /home/vagrant/castlemind
  • a locally accessible IP (192.168.32.30)
  • two app instances (bound to :3201 and :3202) and an nginx instance (:80) up and running
  • very basic upstart and nginx configurations for managing the app and proxying requests

Provides a local dev VM (Ubuntu 14.04) for castlemind using Vagrant and
ansible. The build instance includes:

  * the app folder synced from the host to the vagrant VM at
  `/home/vagrant/castlemind`

  * a locally accessible IP (`192.168.32.30`)

  * two app instances (bound to `:3201` and `:3202`) and an nginx
    instance (`:80`) up and running

  * very basic upstart and nginx configurations for managing the app and
    proxying requests
@@ -0,0 +1,172 @@
nginx
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a checked-in copy of the code in bennojoy/nginx#14. It's only copied here to get access to those changes without requiring the joys of git submodules or a forked playbook over on ansible-galaxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant