README.md in nephos-server-0.5.4 vs README.md in nephos-server-0.6.1

- old
+ new

@@ -1,18 +1,8 @@ # Nephos Ruby Server - -[![Gitlab Tests](https://gitlab.com/ci/projects/8973/status.png?ref=master)](https://gitlab.com/ci/projects/8973?ref=master) - -[![GitHub version](https://badge.fury.io/gh/pouleta%2FNephosRubyServer.svg)](http://badge.fury.io/gh/pouleta%2FNephosRubyServer) - [![Gem Version](https://badge.fury.io/rb/nephos-server.svg)](http://badge.fury.io/rb/nephos-server) -[![Code Climate](https://codeclimate.com/github/pouleta/NephosRubyServer/badges/gpa.svg)](https://codeclimate.com/github/pouleta/NephosRubyServer) - -[![Nephos Executables](https://badge.fury.io/rb/nephos.svg)](http://badge.fury.io/rb/nephos) - - This is a minimal web server, based on [rack](https://github.com/rack/rack) and [puma](https://github.com/puma/puma). It is written in ruby. It also gives you a minimal architecture to speed up your application bootstrap. Features provided: @@ -40,10 +30,12 @@ ``nserver`` is an executable designed to start the server easly. It can take few arguments, all optionnal: - ``-p``: port to listen - ``-h``: host to listen (network address) - ``-e``: environment (default is development, can be set to production) +- ``-d``: daemonize the process +- ``-k``: kill daemonized process # Documentation ## Guides @@ -119,11 +111,10 @@ ## TODO v0.5 ## TODO v0.6 - startable as daemon -- hooks for controller - feature to change HTTP header from controller - customisable default 404 errors and 500 errors - functionnal tests ## v1 requierements @@ -134,5 +125,13 @@ - Controllers - Routing - Api Creation - Database creation - Web HTML with templating + +[![Gitlab Tests](https://gitlab.com/ci/projects/8973/status.png?ref=master)](https://gitlab.com/ci/projects/8973?ref=master) + +[![GitHub version](https://badge.fury.io/gh/pouleta%2FNephosRubyServer.svg)](http://badge.fury.io/gh/pouleta%2FNephosRubyServer) + +[![Code Climate](https://codeclimate.com/github/pouleta/NephosRubyServer/badges/gpa.svg)](https://codeclimate.com/github/pouleta/NephosRubyServer) + +[![Nephos Executables](https://badge.fury.io/rb/nephos.svg)](http://badge.fury.io/rb/nephos)