Congratulations!
You are now running Node.js packaged by Bitnami.
Useful Links
The following links will help you to understand better how to get started and configure the application you just launched.
Quick Start
Connect to your server and run the following commands:
      express --view pug ~/projects/sample
      cd ~/projects/sample
      npm install
      DEBUG=sample:* npm start
      
      > sample@0.0.0 start /opt/bitnami/projects/sample
      > node ./bin/www
      
      sample:server Listening on port 3000 +0ms