Skip to content

exceptionull/vagrant-nodejs-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant-NodeJS-Express Base Setup

Required Software

Install the latest versions of the following applications:

  1. Oracle VirtualBox Manager (Link)
  2. Vagrant (Link)
  3. Vagrant Host Manager (Link)

Initializing the Virtual Machine

  1. Navigate to the root of the project folder in the terminal
  2. Run the command: vagrant up
Static Express Application (express)

Host: express.vagrant.vm

Application Logs

Logs for each application are written to the directory:

/logs

  1. Forever logs: express_forever.log
  2. NodeJS stdout logs: express_stdout.log
  3. NodeJS stderr logs: express_stderr.log