-
Notifications
You must be signed in to change notification settings - Fork 22
Home
TekMonks edited this page Feb 21, 2026
·
5 revisions
Link is here -> Technical Reference
Link is here -> Developer Guide
-
Install Node.js for your operating system using the instructions found on the Node.js website.
-
Clone the repository using this command
git clone https://github.com/TekMonksGitHub/monkshu.git -
Optionally install mustache, bcryptjs and sqlite3 NPMs. SQLite may need development tools installed.
[windows] npm install --global windows-build-tools
[centos] sudo yum/dnf groupinstall "Development tools" && sudo yum/dnf install python2
[ubuntu] sudo apt-get install build-essential python2
And then
npm install bcryptjs sqlite3 mustache
-
Run the basic server using this command
[monkshu_path]/monkshu.shor[monkshu_path]/monkshu.bat -
Open this URL in a local web browser, to see Monkshu is now running, but not configured for any app
http://localhost:8080 -
To stop the server, type
[monkshu_path]/stop.shor[monkshu_path]/stop.bat