Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Start with the shell
You need to use a shell to start with FortressJS. A shell is a window/program in which you enter commands. This commands are interpreted and do actions on the operating system.
To Start with FortressJS, we need to use NodeJS. NodeJS will "execute" our FortressJS app.
Install NodeJS
We need to install NodeJS to use it. This tutorial uses a Debian system, so you can enter this command to install it :
apt-get install -y nodejs
then :
nodejs ok.js
Install NodeJS and launch ok.js
You got it ? Well done ! Go to the next chapter
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content