Skip to content

igateno/isaac_gateno_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This not-so-empty repository will one day be a custom development platform.
It will live at isaac.gateno.net.
Get excited.

isaac.gateno.net will use the following technologies

- node.js
- express
- jade
- less css
- Semantic Grid System
- mongoDB
- git
- Amazon EC2


Mac Dev Environment Setup

- Graphical installer for node.jsa and npm on OSX
- Installed Homebrew using shell script -> /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
- Changed owner for /usr/local/bin using script -> sudo chown -R `whoami` /usr/local
- npm install -g express
- Created express app inside repository -> express -s -t jade -c less
- Still inside repo -> npm install express stylus mongodb mongoose jade socket.io connect-mongodb


Ubuntu Server Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published