File Permissions
See original GitHub issueThere are differences in file permissions between the GitHub template and .tar.gz distribution.
Currently the platform fails to come up using the template, I’ve copied over the files from the .tar.gz distribution and the platform now comes up.
git diff
diff --git a/api/bin/console b/api/bin/console
old mode 100644
new mode 100755
diff --git a/api/docker/php/docker-entrypoint.sh b/api/docker/php/docker-entrypoint.sh
old mode 100644
new mode 100755
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
File-system permissions - Wikipedia
Most file systems include attributes of files and directories that control the ability of users to read, change, navigate, and execute the contents...
Read more >Understanding File Permissions and Using Them to Secure ...
File permissions specify who and what can read, write, modify, and access them. This is important, as the Codex explains, because WordPress ...
Read more >File Permissions in Linux / Unix: How to Read, Write & Change?
The write permission on a directory gives you the authority to add, remove and rename files stored in the directory. Consider a scenario...
Read more >Changing File Permissions (System Administration Guide
The chmod command enables you to change the permissions on a file. You must be superuser or the owner of a file or...
Read more >File Permissions - Knowledge Base - Pair Networks
File permissions are set on a file-by-file basis, and are set for each of three different access classes: user , group , and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Does anybody have reported this issue to @github?
@dunglas Looks like we should not recommend using the GitHub “template” feature? Or at least, we should add a note on the missing executable permissions. (As it is something users might run into with the .zip as well.)