You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2020. It is now read-only.
The current deb includes config.json in it which effectively will overwrite the existing config.json. Either we need to provide a customization option or we need to remove config.json.
We also need to figure out how new user will get config.json for the first time. ideal location could be in post install script. just adding a clause to copy over config.json.defaults to config.json in case it doesn't already exist should sort the issue out.
The text was updated successfully, but these errors were encountered:
Totally agree. The problem is that config.json was committed once and now its entry in .gitignore does not help anymore.
Btw scripts/first_time.rb does exactly what you ask for, it copies over config.json.defaults.
Related: #400
schrnz
added a commit
to schrnz/Serpico
that referenced
this issue
Feb 6, 2018
The current deb includes config.json in it which effectively will overwrite the existing config.json. Either we need to provide a customization option or we need to remove config.json.
We also need to figure out how new user will get config.json for the first time. ideal location could be in post install script. just adding a clause to copy over config.json.defaults to config.json in case it doesn't already exist should sort the issue out.
The text was updated successfully, but these errors were encountered: