Skip to content

A REPOX testing sandbox for DLTN, using Vagrant

Notifications You must be signed in to change notification settings

CanOfBees/vague-repox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vague-REPOX

A Vagrant-based REPOX testing environment for DLTN.

**Note: ** not intended for production!

Requirements

  • Vagrant
  • VirtualBox

Use

  1. git clone https://github.com/can-of-bees/vague-repox
  2. cd vague-repox
  3. vagrant up

Connect

Repox Interface:

  • username: admin
  • password: admin

SSH:

  • Option 1:
    • vagrant ssh
  • Option 2:
    • ssh -p 2222 vagrant@localhost
    • password: vagrant

MySQL:

  • connect: jdbc:mysql://localhost:3306/repoxdb
  • username: repox
  • password: repox

Swagger APIs:

  • username: admin
  • password: admin

About

A REPOX testing sandbox for DLTN, using Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published