-
Notifications
You must be signed in to change notification settings - Fork 19
Home
TekMonks edited this page Jun 30, 2022
·
4 revisions
-
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 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
-
Run the basic server using this command
[monkshu_path]/monkshu.sh
or[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.sh
or[monkshu_path]/stop.bat