差分

移動先: 案内検索

1tep

434 バイト追加, 2022年9月12日 (月) 04:54
編集の要約なし
[[category:memo|{{PAGENAME}}]]
 
http://192.168.1.31/
 
http://onk.pokpok.jp/
 
https://onk.pokpok.jp/
$ git clone https://github.com/yasslab/sample_apps.git
Gemfile
 
$ rm Gemfile.lock
$ ruby -v
$ bundle _2.2.17_ install
 
$ bundle exec rails db:create
$ rails db:migrate
$ rails db:seed
 
$ rails server
 
$ git init
 
$ git add -A
$ git commit -m "first commit"
$ git branch -M main
$ git remote add origin https://github.com/ユーザー名/teptep-1.git
$ git push -u origin main
 
$ heroku create teptep-1
 
$ git push heroku main
 
$ heroku run rails db:migrate
$ heroku run rails db:seed

案内メニュー