Skip to content

Get ORDS running quickly for testing using vagrant

Notifications You must be signed in to change notification settings

ilrt/ords-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An attempt to get ORDS working quickly

This will build and start ORDS using vagrant, for testing purposes.

Prerequisites

  1. git (of course)
  2. Vagrant (https://www.vagrantup.com/)

The various ORDS modules are included as git submodules (not the best idea...). Start by fetching them:

$ git submodule init
...

If you want to fetch the latest version:

$ git submodule foreach git pull origin master

Starting

$ vagrant up
... lots of output ...

Then visit http://localhost:8080/app/

Issues

Database isn't reset for tests, so reprovisioning will fail.

About

Get ORDS running quickly for testing using vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published