Skip to content

ethanpollitt/lt-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lt-site

Losing Teeth website

Required packages

  • nodejs (7.5 =>)
  • npm (4.1.2 =>)
  • mongodb (mongo + mongod) (2.6.11 =>)

To Download repo code

mkdir lt-site
git init
git remote add origin https://github.com/ethanpollitt/lt-site
git fetch
git pull origin master

To set up project

cd /path/to/lt-site
npm install
ln -s server_dev.js server.js
mkdir /data/db

To start server

cd /path/to/lt-site
sudo nohup mongod > mongo.out &
sudo nohup node server.js > server.out &

About

Losing Teeth website code

Resources

Stars

Watchers

Forks

Packages

No packages published