mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Doc update
This commit is contained in:
parent
d487f5e70b
commit
5e9c725ab5
2 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,13 @@ There are some unresolved issues to setup dev env.
|
||||||
1. You can run tests easier if you setup the stuff on your own computer.
|
1. You can run tests easier if you setup the stuff on your own computer.
|
||||||
1. Do not commit too much without testing. Also keep commits small for documentation and reversability issues.
|
1. Do not commit too much without testing. Also keep commits small for documentation and reversability issues.
|
||||||
1. You need to rebuild the docker image when you change gems.
|
1. You need to rebuild the docker image when you change gems.
|
||||||
|
1. To restart NGINX
|
||||||
|
|
||||||
|
docker-compose exec nginx nginx -s
|
||||||
|
|
||||||
|
1. To restart PUMA
|
||||||
|
|
||||||
|
touch tmp/restart.txt
|
||||||
|
|
||||||
## Design of ENSL Application
|
## Design of ENSL Application
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@ Rails.application.configure do
|
||||||
config.assets.digest = true
|
config.assets.digest = true
|
||||||
|
|
||||||
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
||||||
|
# Keep this off, causes weird redirection bug
|
||||||
config.force_ssl = false
|
config.force_ssl = false
|
||||||
|
|
||||||
# See everything in the log (default is :info)
|
# See everything in the log (default is :info)
|
||||||
|
|
Loading…
Reference in a new issue