forked from fixin.me/fixin.me
Upgrade Rails to 8.0.5
Install sqlite3 Migrate Rails default settings from 7.2 to 8.0
This commit is contained in:
@@ -89,14 +89,10 @@ Running
|
||||
|
||||
### Standalone Rails server + Apache proxy
|
||||
|
||||
Customize Puma config template:
|
||||
Copy and customize Puma config template if required:
|
||||
|
||||
cp -a config/puma.rb.dist config/puma.rb
|
||||
|
||||
and specify server IP/port, either with `port` or `bind`, e.g.:
|
||||
|
||||
bind 'tcp://0.0.0.0:3000'
|
||||
|
||||
#### (option 1) Start server manually
|
||||
|
||||
bundle exec rails s -e production
|
||||
|
||||
Reference in New Issue
Block a user