Skip to content

Commit

Permalink
Add a cli parameter dbpath to accept where to create the leveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed Feb 28, 2017
1 parent def3c6c commit ccd291b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
53 changes: 1 addition & 52 deletions README.md
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webhooked",
"version": "0.0.3",
"version": "0.0.4",
"description": "Webhooked",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ccd291b

Please sign in to comment.