Skip to content

colabprojects/oratory

Repository files navigation

inventory

app for inventory - used to explore mongo and angularJS - initial setup for freedom foundation (land projects) database

Quick Start

Vagrant + Docker

No need to install Docker, Vagrant will do that for you!

  1. Install Vagrant
  2. git clone https://github.com/colabprojects/oratory
  3. cd oratory
  4. vagrant up
  5. wait...
  6. Go to http://localhost:55657 in your browser

Docker

  1. Install Docker (Linux, Win/OSX)
  2. Open the docker terminal if you are on OSX or Win
  3. git clone https://github.com/colabprojects/oratory
  4. cd oratory
  5. docker-compose up -d
    • Note: You may need to run sudo docker-compose up if your install didn't give you docker privileges. If that's the case, you can either a) run with sudo or b) add yourself to the docker group in /etc/group
  6. wait...
  7. Go to http://localhost:55657 in your browser

Pure Vagrant

  1. Install Vagrant
  2. git clone https://github.com/colabprojects/oratory
  3. cd oratory
  4. vagrant up dockerless
  5. wait...
  6. Go to http://localhost:55657 in your browser