Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mercmobily/bookingdojo
Booking Dojo
https://github.com/mercmobily/bookingdojo
Last synced: about 2 months ago
JSON representation
Booking Dojo
- Host: GitHub
- URL: https://github.com/mercmobily/bookingdojo
- Owner: mercmobily
- License: other
- Created: 2013-03-04T09:35:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T01:20:02.000Z (almost 9 years ago)
- Last Synced: 2023-04-26T05:56:02.711Z (over 1 year ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
bookingdojo
===========# Installation
// Install the package
npm install bookingdojo// Enter that directory
cd node_modules/bookingdojo// Use the package for mongodb
cp package.json.mongo package.json// Install extra packages, and dedupe which is always good
npm install
npm dedupe// Back to the main directory
cd ../..Then either:
NODE_ENV='production' MONGO_URL="mongodb://localhost/hotplate" node server
* Will start the server using mongoDb as the database server.
* Dojo will be taken from the CDNOr:
node server
* Will start the server using TingoDb as the database server.
* Dojo will be expected to be in the public/dojo folder (you will need to place it there)You can change how things are configured by changing the file configServer.js.