зеркало из https://github.com/github/htttee.git
Add script/server.
This commit is contained in:
Родитель
e71331096e
Коммит
b6ec46285d
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec bundle exec thinicorn start --rackup config.ru \
|
||||
--daemonize
|
Загрузка…
Ссылка в новой задаче