Code Monkey home page Code Monkey logo

servy's Introduction

Servy

A registry/directory for servers in your organization, who owns it, which OS it is, what services are there etc.

Developer Setup

You need to have nodejs & coffee-script installed. First install nodejs by typing:

$ brew install node

or for 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

Now you can install coffee-script, supervisor and grunt-cli:

$ sudo npm install -g coffee-script supervisor grunt-cli

If you are working behind a proxy:

$ npm config set registry "http://registry.npmjs.org/"
$ npm config set strict-ssl false
$ npm config set http.proxy http://myproxy
$ sudo npm install -g coffee-script supervisor grunt-cli

Now you can export NODE_PATH environment variable. Just add:

export NODE_PATH=/usr/lib/node_modules

to your .profile or .bashrc file or any other equivalent shell init file. To start development, last thing you need to do is using npm to install project dependencies:

$ npm install

Now you can see the result of your live code changes if you use grunt:

$ grunt

You can start the application as soon as you type:

$ supervisor app.coffee

And now you can browse it from http://localhost:3000

servy's People

Contributors

isa avatar selimober avatar

Stargazers

 avatar  avatar

Watchers

 avatar James Cloos avatar

Forkers

berkesokhan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.