Skip to content
TekMonks edited this page Jun 30, 2022 · 4 revisions

Welcome to the Monkshu wiki!

Basic Installation

  1. Install Node.js for your operating system using the instructions found on the Node.js website.

  2. Clone the repository using this command git clone https://github.com/TekMonksGitHub/monkshu.git

  3. Optionally install mustahe, 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
  1. Run the basic server using this command [monkshu_path]/monkshu.sh or [monkshu_path]/monkshu.bat

  2. Open this URL in a local web browser, to see Monkshu is now running, but not configured for any app http://localhost:8080

  3. To stop the server, type [monkshu_path]/stop.sh or [monkshu_path]/stop.bat