Skip to content

hodavidhara/CloudPalette_OLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudPalette

CloudPalette is an online image editor.

This project was developed as part of the LMU course CMSI 402.

check out the most recent working build at www.cloudpalette.net

Setting up CloudPalette on a Linux box

(...with only slight modifications to get it working on other *nixes like OS/X)

Getting the CloudPalette source code

  1. Get git
    sudo apt-get install git
  2. Clone the repo!
    git clone git://github.com/hodavidhara/CloudPalette.git

Getting the dependencies

  1. Get node (follow the "Installing on Unix" instructions here). Make sure your terminal reads .profile on startup, if not put the echo instructions in a file that does get run (like .bash_profile or .bash_aliases)
  2. Get NPM
    curl http://npmjs.org/install.sh | sh
  3. Get dependences
    npm install -g express jade 
  4. Get dev dependences
    npm install -g vows 

Running the application

  1. Navigate to the CloudPalette/app directory
  2. Serve up the app
    node app.js
  3. Open your browser and go to localhost:3030

Running the unit tests

  1. Navigate to the CloudPalette/test directory
  2. Run the tests
 vows * --spec 

Setting up in other operating systems

lol

About

Image editing on the web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published