A process manager for your service pool, and a master note taker. The idea is, it should be easy to manage all of the servers running on your local machine. Proxess aims to improve the developer experience by allowing you to store all of your terminal commands in a database and start / stop & monitor proccesses
Global Installation is reccomended.
(sudo) npm install -g proxess
To manage your running services, just run the proxess command in your terminal. (from any working directory, it doesn't matter, we'll point it to the right location)
$ proxess
Then visit your manager at http://localhost:9911/.
The Client is built in Ember JS. In Order to edit the client you need to do the following steps... (on mac)
cd /usr/local/lib/node_modules/proxess/client
npm install
bower install
ember build
This was left this way intentionally so that you can have access to The Ember CLI Project in order to make changes to the client as you see fit. For More info about Ember CLI, or Ember in general, see the useful links section below.
- NimbleService (This is what we built the sever on top of)
- Ember.js (MVC Client Framework)
- Ember CLI (CLI for The Ember Framework)
- Boot Swatch (A Bootstrap Theming Wrapper)