「こまどりおねえちゃんしすてむ(鉄)」はTOJO K-ONのセッティング表を作るシステムだよっ☆
$ git clone https://github.com/tojok-on/bts.git
$ cd bts
$ bundle install --path vendor/bundle
$ bundle exec ruby bts.rb
Open http://localhost:4567/.
もし上記アドレスで開けない場合はbundle exec のメッセージを見て別のポートで開いていないか確認してください.
$ bundle exec ruby bts.rb [23:14:21]
== Sinatra/1.4.5 has taken the stage on 4567 for development with backup from Thin
Thin web server (v1.6.3 codename Protein Powder)
Maximum connections set to 1024
Listening on 0.0.0.0:4567, CTRL+C to stop ← このアドレス
docker pull nownabe/bts:latest
docker run --name="bts" -d -p 80:80 -v /var/pdf:/usr/src/app/public/pdf nownabe/bts
heroku loginを実行cd bts でディレクトリに移動して heroku createを実行git push heroku masterを実行bundle exec heroku openを実行アドレスを変更したい場合
heroku rename 新しい名前 を実行bundle exec heroku openContent type
Image
Digest
sha256:2af45f8d0…
Size
297.5 MB
Last updated
almost 7 years ago
docker pull nownabe/bts