https://github.com/kjunichi/trusterd-app-on-heroku-using-docker
https://github.com/kjunichi/trusterd-app-on-heroku-using-docker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjunichi/trusterd-app-on-heroku-using-docker
- Owner: kjunichi
- Created: 2015-05-11T11:38:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T12:39:57.000Z (about 11 years ago)
- Last Synced: 2025-02-07T17:24:46.302Z (over 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trusterd-app-on-heroku-using-docker
## What is this
You can run trusterd http2 server on heroku using docker.
## how to use
```bash
git clone https://github.com/kjunichi/trusterd-app-on-heroku-using-docker.git
cd trusterd-app-on-heroku-using-docker/
heroku docker:start
```
## How to response in mruby
When you add mruby script( ex. hoge.rb) to htdocs folder,you can get response by accsess to /hoge.rb.
## configuration files
### conf/trusterd.conf.rb
this is trusterd configuration file.
### build_config.rb
When you add mrbgems,you can edit this file.
### Dockerfile
When you use external native libraries,you can edit this file.
## TODO
- qrintf