diff options
Diffstat (limited to 'README.md')
-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 |