This commit is contained in:
Ben Burkert 2013-09-25 18:35:07 -07:00
Родитель e71331096e
Коммит b6ec46285d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7F8B7CF7590D2B35
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -74,7 +74,7 @@ allow for terminal emulation in the future.
git clone git://github.com/benburkert/htttee.git
cd htttee
bundle
thin start
script/server
## Development
@ -114,4 +114,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

4
script/server Executable file
Просмотреть файл

@ -0,0 +1,4 @@
#!/bin/bash
exec bundle exec thinicorn start --rackup config.ru \
--daemonize