app for inventory - used to explore mongo and angularJS - initial setup for freedom foundation (land projects) database
No need to install Docker, Vagrant will do that for you!
- Install Vagrant
git clone https://github.com/colabprojects/oratory
cd oratory
vagrant up
- wait...
- Go to http://localhost:55657 in your browser
- Install Docker (Linux, Win/OSX)
- Open the docker terminal if you are on OSX or Win
git clone https://github.com/colabprojects/oratory
cd oratory
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 thedocker
group in/etc/group
- Note: You may need to run
- wait...
- Go to http://localhost:55657 in your browser
- Note: If you are on OSX or Win, it's probably on http://192.168.99.100:55657
- Install Vagrant
git clone https://github.com/colabprojects/oratory
cd oratory
vagrant up dockerless
- wait...
- Go to http://localhost:55657 in your browser