「1tep」の版間の差分

提供: wikipokpok
移動先: 案内検索
(タグ: モバイル編集モバイルウェブ編集)
 
(同じ利用者による、間の7版が非表示)
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
6行目: 12行目:
  
 
  Gemfile
 
  Gemfile
 +
 +
$ rm Gemfile.lock
  
 
  $ ruby -v
 
  $ ruby -v
14行目: 22行目:
  
 
  $ bundle _2.2.17_ install
 
  $ bundle _2.2.17_ install
 +
 +
$ bundle exec rails db:create
  
 
  $ rails db:migrate
 
  $ rails db:migrate
20行目: 30行目:
  
 
  $ rails db:seed
 
  $ 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

2022年9月12日 (月) 04:54時点における最新版


http://192.168.1.31/

http://onk.pokpok.jp/

https://onk.pokpok.jp/

$ 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