Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.
/ confac-vagrant Public archive

Vagrant box for confac project (mongodb)

License

Notifications You must be signed in to change notification settings

be-pongit/confac-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confac-vagrant

Make sure the credentials match confac-back\src\config.json

Vagrant box for development.

# Start Mongo
vagrant up

# Run Mongo Migrations
# (they will insert some clients into the db)
npm install
npm run mm

Docker

Or use Docker instead of Vagrant.

docker run -id -p 27010:27017 --name confac-mongo mongo

Migrations

https://github.com/afloyd/mongo-migrate

Migrate to specific:

npm run mm down 5
npm run mm up 15

About

Vagrant box for confac project (mongodb)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published