Giter VIP home page Giter VIP logo

print3d-node-parse's Introduction

Assembled (code to come soon) by Tyler Wall


Dependencies

  • mongodb

QuickStart

npm install -g parse-server mongodb-runner
mongodb-runner start &
npm start

*There will be warnings in the console, but the dashboard is functional.

Dashboard: http://localhost:4040/dashboard/login

Username: admin
Password: admin

Parse Server: http://localhost:1337/parse

MongoDB Install Mac OSX via homebrew

$ brew update
$ brew doctor
$ brew install mongodb
$ sudo mkdir -p /data/db
$ sudo chown -R `id -un` /data/db
$ ls -la /data/db

Install MongoDB with Homebrew

https://gist.github.com/subfuzion/9630872

Set up launchctl to auto start mongod

$ ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents

/usr/local/opt/mongodb/ is a symlink to /usr/local/Cellar/mongodb/x.y.z (e.g., 2.4.9)

You can use launchctl to start and stop mongod

$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
$ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist

You can also more conveniently use brew to start, stop, and verify service status

$ brew services list | grep mongodb
$ brew services start mongodb
$ brew services stop mongodb

Notes

The default plist provided bymarkthe dbpath to be /usr/local/var/mongodb instead of the default /data/db.

For more about launchctl see:

https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/launchctl.1.html#//apple_ref/doc/man/1/launchctl

http://launchd.info/

Start MongoDB daemon

$ mongod
# or
$ brew services start mongodb

Enter Mongo CLI

$ mongo

Install

$ npm install -g parse-server mongodb-runner

Start mongo-runner

MongoDB Runner needs to be running to provide Mo

$ mongodb-runner start &

Login

Login at:

http://localhost:4040/dashboard/login

Username: admin
Password: admin

Change in config/parse.config.js (.users)

print3d-node-parse's People

Contributors

wallter avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.