「Tepnote-onk」の版間の差分

提供: wikipokpok
移動先: 案内検索
3行目: 3行目:
 
  プロジェクトディレクトリ作成 移動 [[rails前バージョン確認|バージョン確認]]
 
  プロジェクトディレクトリ作成 移動 [[rails前バージョン確認|バージョン確認]]
  
  <nowiki>$ rails new . -d postgresql --css tailwind または bootstrap
+
  <nowiki>$ rails new . -d postgresql --css bootstrap
 
$ bundle install  --without test development
 
$ bundle install  --without test development
 
$ createdb tepnote2_production  
 
$ createdb tepnote2_production  
 
$ rails db:migrate RAILS_ENV=production
 
$ rails db:migrate RAILS_ENV=production
 
$ rails server</nowiki>
 
$ rails server</nowiki>

2022年12月10日 (土) 11:48時点における版


プロジェクトディレクトリ作成 移動 バージョン確認
$ rails new . -d postgresql --css bootstrap
$ bundle install  --without test development
$ createdb tepnote2_production 
$ rails db:migrate RAILS_ENV=production
$ rails server