Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.
/ map-warehouse Public archive
forked from twiddau/loc3

moved to our own gitlab - Meteor warehousing system

Notifications You must be signed in to change notification settings

c3loc/map-warehouse

 
 

Repository files navigation

Locc3 Application

Startup

meteor needs to be installed, no other dependencies

vagrant up #optional
meteor --settings private/settings.json

Backup and Recover

mongodump -h localhost --port 3001 -d meteor
mongorestore -h localhost --port 3001 -d meteor dump/meteor

FAQ

Set user as admin

$ meteor shell
Roles.addUsersToRoles(Meteor.users.findOne({username: "myusername"}),"admin")

About

moved to our own gitlab - Meteor warehousing system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • HTML 38.4%
  • Other 1.3%