-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a cli parameter dbpath to accept where to create the leveldb
- Loading branch information
1 parent
def3c6c
commit ccd291b
Showing
2 changed files
with
2 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,9 @@ | ||
webhooked | ||
- Run Deamon based on config file | ||
- Rest api support | ||
- Store config in leveldb | ||
- Auth support | ||
|
||
Webhooked | ||
========= | ||
|
||
A deployment tool using REST API interface. | ||
|
||
[![Build status][travis-image]][travis-url] | ||
[![Dependency Status][david-image]][david-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
|
||
##Install | ||
1. Run [MongoDB](http://docs.mongodb.org/manual/installation/) server | ||
|
||
``` | ||
mongod | ||
``` | ||
|
||
2. Install dependencies with [npm](https://www.npmjs.org/) | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
3. Run tests | ||
|
||
``` | ||
npm test | ||
``` | ||
|
||
4. Run server and other tasks with [grunt](http://gruntjs.com/) | ||
|
||
``` | ||
grunt | ||
``` | ||
|
||
Now the app can be accessed via | ||
|
||
``` | ||
http://localhost:8000 | ||
``` | ||
|
||
##Usage | ||
API endpoints available are | ||
``` | ||
/<app_name> | ||
``` | ||
and | ||
``` | ||
/<app_name>/deploy | ||
``` | ||
Check out the [wiki page](https://github.com/cosmosgenius/webhooked/wiki) for more information. | ||
|
||
|
||
[travis-image]: https://img.shields.io/travis/cosmosgenius/webhooked.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/cosmosgenius/webhooked | ||
|
@@ -67,7 +16,7 @@ Check out the [wiki page](https://github.com/cosmosgenius/webhooked/wiki) for mo | |
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014 Sharat M R <[email protected]> | ||
Copyright (c) Sharat M R | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters