0.1.11 • Published 10 years ago
bookingdojo v0.1.11
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 CDN
Or:
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.
0.1.11
10 years ago
0.1.10
10 years ago
0.1.9
10 years ago
0.1.8
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3-90
10 years ago
0.1.3-47
12 years ago
0.1.3-46
12 years ago
0.1.3-45
12 years ago
0.1.3-44
12 years ago
0.1.3-43
12 years ago
0.1.3-42
12 years ago
0.1.3-41
12 years ago
0.1.3-40
12 years ago
0.1.3-37
12 years ago
0.1.3-36
12 years ago
0.1.2
12 years ago
0.1.1
12 years ago
0.1.0
12 years ago
0.0.8
12 years ago
0.0.7
12 years ago
0.0.6
12 years ago