Single server Kahoot clone. To be used in an offline situation: no internet access is available. A Linksys WRT54GL is used to facilitate a wifi network. Just to learn a bit about meteor and how to use git...
-
Install meteor
-
Create meteor app (meteor create kwis)
-
Remove the 'client' and 'server' directory
-
Clone this repo into the same directory (still have to figure out how ;-)
-
Run app (meteor run)
-
Remove autopublish: meteor remove autopublish
-
Add meteor packages: meteor add Meteor packages needed:
- session
- reactive-var
- random
- msavin:mongol (for testing)
- backup database using 'mongodump -o '
- restore database using 'mongorestore --port 3001 '