MunGell / wallhack

This name was proposed by Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cornerstone

HarpJS application to house custom CSS framework

Basic usage

  1. Install HarpJS
  2. Checkout this repo
  3. Run harp server public

HarpJS Container setup

  1. Install VirtualBox
  2. Install Vagrant
  3. vagrant up (Will take a cople of minutes to boot first time)
  4. vagrant ssh
  5. Navigate to /vagrant (should map to cloned repo directory)
  6. sudo docker build -t cornerstone .

HarpJS Container usage

From within Vagrant Box

Interactive Server

sudo docker run -i -t -p 49000:9000 -v /vagrant/:/mnt/cornerstone:rw cornerstone

Interactive Compile

sudo docker run -i -t -p 49000:9000 -v /vagrant/:/mnt/cornerstone:rw cornerstone compile /mnt/cornerstone/public

Daemon Mode Server

sudo docker run -d -p 49000:9000 -v /vagrant/:/mnt/cornerstone:rw cornerstone

About

This name was proposed by Github


Languages

Language:CSS 77.2%Language:CoffeeScript 16.4%Language:JavaScript 4.3%Language:Ruby 2.0%Language:Shell 0.2%