Creating an application instance
Create an instance of the app:
$ fcfmngr create project PROJECT_NAME
Go to the app directory:
$ cd PROJECT_NAME
Create a database:
$ fcfmngr create-db PROJECT_NAME.js
[LINUX] Edit the server.json file and set the "user" parameter. This is the name of the user from which NODEJS processes will start
[WINDOWS] Set an empty string for the "user" property in the server.json file if you are running NODEJS from the current user or set specific values for the "user" and "password" fields.
Now you can start the app
[LINUX] $ sudo fcfserver ./server.json
[WINDOWS] $ fcfserver ./server.json