「1tep」の版間の差分
提供: wikipokpok
(タグ: モバイル編集、モバイルウェブ編集) |
|||
(同じ利用者による、間の4版が非表示) | |||
1行目: | 1行目: | ||
[[category:memo|{{PAGENAME}}]] | [[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 | $ git clone https://github.com/yasslab/sample_apps.git | ||
26行目: | 32行目: | ||
$ rails server | $ 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 |
2022年9月12日 (月) 04:54時点における最新版
$ git clone https://github.com/yasslab/sample_apps.git
config/database.yml
Gemfile
$ rm Gemfile.lock
$ ruby -v $ rbenv versions $ rbenv local 2.7.5
$ yarn add jquery@3.4.1 bootstrap@3.4.1
$ bundle _2.2.17_ install
$ bundle exec rails db:create
$ rails db:migrate
$ rails test
$ 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