Gum-Joe / jakhu

Manage all your web-apps with ease :closed_lock_with_key: :computer: :fireworks:
Other
1 stars 2 forks source link

jakhu Dep Status Coverage Status Dependency Status devDependency Status

Jakhu is a simple, nodejs based, app for managing your web-app(s). It has a modern dashboard, lets you run, test and deploy apps to your favourite service provider (coming soon) and - most importantly - keeps a backup of your web-apps.

One of my really early projects in JS when I was just starting.

Goals

I need to:

Building

Unix (Debian, Ubuntu, CentOS) and Mac OSX

Simple install coming soon! Prerequisites:

Building:
$ [sudo] npm install -g coffee-script grunt-cli node-gyp
$ [sudo] gem install bundle
$ npm install
$ bundle install
$ grunt sass:dist
Getting started:
$ export NODE_ENV=development
$ ./bin/jakhu server

Windows

Prerequisites:

Building:
$ npm install -g coffee-script grunt-cli node-gyp
$ gem install bundle
$ npm install
$ bundle install
$ grunt sass:dist
Getting started:
$ export NODE_ENV=development
$ ./bin/jakhu server

To run in a Vagrant box (from host): bin/jakhu vagrant

Tests:

mocha test/**/*.js