The name of the json file has to be changed from fas-admin-details.json.example to fas-admin-details.json Background ========== because when you run docker-compose up it prompts an error /bin/sh ./manage.py :permission denied and when you allow access by typing chmod +x manage.py, it again prompts an error "fas-admin-details.json" file not found <>. yet in the project folder there is a file called fas-admin-details.json.example
Just rename the file with a text editor and remove the word example from the json file
The docker-compose build and up will run correctly without complaining
<>
Hey @saidat, the file should not be renamed to fas-admin-details.json. Check out the discussions here #196. If still doubt persist feel free to reach out :)
Metadata Update from @jflory7: - Issue priority set to: waiting on assignee (was: awaiting triage) - Issue tagged with: type - summer coding
Hi @saidat, @alishapapun is right. This is done intentionally so someone does not accidentally commit a FAS username and password to the git repo. Documentation was added to our development environment guide about this step. I am closing this as not possible since it is currently working as designed.
not possible
Metadata Update from @jflory7: - Issue close_status updated to: not possible - Issue status updated to: Closed (was: Open)
ok