Skip to content

benforeva/bitstarter

 
 

Repository files navigation

setup.git

Clone and run this on a new EC2 instance running Ubuntu 12.04.2 LTS to configure both the machine and your individual development environment as follows:

cd $HOME
sudo apt-get install -y git-core
git clone https://github.com/startup-class/setup.git
./setup/setup.sh   

See also http://github.com/startup-class/dotfiles and Startup Engineering Video Lectures 4a/4b for more details.

Install Node

Instructions for installing node on Ubuntu.

sudo apt-get update
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

About

This is a barebones Node.js app using the Express framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%