git clone https://github.com/geoconcerns/geo-concerns-vagrant.git
cd geo-concerns-vagrant
vagrant up
You can shell into the machine with vagrant ssh
or ssh -p 2222 vagrant@localhost
- A stock Geo Concerns app is built in the Vagrant in
/home/vagrant/geo-concerns-demo
- Once connected to the Vagrant VM, start with:
cd geo-concerns-demo; rake demo:servers
- Access the app at http://localhost:3000.
- To setup an initial user account:
- Click "Log In" in the upper right, and then "Sign up" in the login form.
- Enter your username and password, and click "Sign up" to create your account and sign in.
- Once signed in, you can create content by clicking the "+" button in the upper right.
- Ubuntu 14.04 64-bit base machine
- A stock Geo Concerns app which can be run at: http://localhost:3000
- Solr: http://localhost:8983/solr/
- Fedora: http://localhost:8984/
- GeoServer: http://localhost:8181/geoserver
This VM is a modified version of curation-concerns-vagrant. Thanks to @escowles and the other contributors to that project.