Skip to content

holymoly/hullabaloo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hullabaloo

storing text based fuss with syntax highlighting

Install Procedure

Install mongodb

Install nodejs

Clone repository and install npm modules

git clone https://github.com/holymoly/hullabaloo
cd hullabaloo
npm install

Run hullabaloo

node sever.js

Set user as admin from mongo cli

Users can be locked or set as admin from profile page (Account Settings).

db.users.update({"email":"user@email.com"},{$set : {"admin":true}})

Unlock user from mongo cli

db.users.update({"email":"user@email.com"},{$set : {"locked":false}})

About

storing text based fuss with syntax highlighting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published