「Tepnote-onk」の版間の差分
提供: wikipokpok
3行目: | 3行目: | ||
プロジェクトディレクトリ作成 移動 [[rails前バージョン確認|バージョン確認]] | プロジェクトディレクトリ作成 移動 [[rails前バージョン確認|バージョン確認]] | ||
− | + | <nowiki>% rails new . -d postgresql --css tailwind または bootstrap | |
+ | $ bundle install --without test development | ||
+ | $ createdb tepnote2_production | ||
+ | $ rails db:migrate RAILS_ENV=production | ||
+ | $ rails server</nowiki> |
2022年12月10日 (土) 11:45時点における版
プロジェクトディレクトリ作成 移動 バージョン確認
% rails new . -d postgresql --css tailwind または bootstrap $ bundle install --without test development $ createdb tepnote2_production $ rails db:migrate RAILS_ENV=production $ rails server