diff options
author | Gitea <gitea@fake.local> | 2021-11-10 17:50:14 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-11-10 17:50:14 +0100 |
commit | 80f78c2925530e945503ab603e79d1acc53075f4 (patch) | |
tree | 5300b55623610068e23d8f7a0b6bbd054adf6b17 | |
parent | 288d1e1b0b31da6c166daf45cb9d504fe965af2c (diff) | |
parent | 6cd9bc638266f3c979d427999b617c1f383b92ab (diff) | |
download | electrode-80f78c2925530e945503ab603e79d1acc53075f4.tar.gz electrode-80f78c2925530e945503ab603e79d1acc53075f4.tar.bz2 electrode-80f78c2925530e945503ab603e79d1acc53075f4.zip |
Merge branch 'trunk' of https://source.minteck.org/atomic-suite/electrode into trunk
-rwxr-xr-x | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,8 +23,10 @@ A fast and powerful NodeJS web server for FNS Neutron. ## Setup * Install `nodejs`, `npm`, `make`, `cmake`, `wget`, `zip`, `php`, `php-xdebug`, `php-gd` * Clone the repository +* Go to the cloned folder * Install everything: `npm install` * Set the listen port in the `/config/network.json` file +* Do `chmod -R +x *` * Start: `npm start` * Open your web browser to the port specified in the config |