forked from e621ng/e621ng
[README] Document windows executable bit issues
This also adds/removes +x on a few files which should/shouldn't have it.
This commit is contained in:
parent
b3c8608cee
commit
257e717e56
@ -40,6 +40,12 @@ Try this:
|
||||
1. `docker compose build --no-cache` to rebuild the image from scratch.
|
||||
1. Follow the [instructions](#installation) starting from step 6.
|
||||
|
||||
#### <a id="windows-executable-bit"></a>Why are there a bunch of changes I can't revert?
|
||||
|
||||
You're most likely using Windows. Give this a shot, it tells Git to stop tracking file mode changes:
|
||||
|
||||
`git config core.fileMode false`
|
||||
|
||||
#### <a id="development-tools"></a>Things to aid you during development
|
||||
|
||||
`docker compose run --rm tests` to execute the test suite.
|
||||
|
0
app/views/note_versions/_search.html.erb
Executable file → Normal file
0
app/views/note_versions/_search.html.erb
Executable file → Normal file
0
config/database.yml
Executable file → Normal file
0
config/database.yml
Executable file → Normal file
0
db/fixes/100_new_iqdb_import.rb
Normal file → Executable file
0
db/fixes/100_new_iqdb_import.rb
Normal file → Executable file
0
db/fixes/101_migrate_mod_actions.rb
Normal file → Executable file
0
db/fixes/101_migrate_mod_actions.rb
Normal file → Executable file
0
db/fixes/102_generate_missing_post_version_fields.rb
Normal file → Executable file
0
db/fixes/102_generate_missing_post_version_fields.rb
Normal file → Executable file
0
db/fixes/103_fill_new_post_replacement_fields.rb
Normal file → Executable file
0
db/fixes/103_fill_new_post_replacement_fields.rb
Normal file → Executable file
0
db/fixes/104_1_add_elasticsearch_replacement_index.rb
Normal file → Executable file
0
db/fixes/104_1_add_elasticsearch_replacement_index.rb
Normal file → Executable file
0
db/fixes/104_2_add_elasticsearch_replacement_data.rb
Normal file → Executable file
0
db/fixes/104_2_add_elasticsearch_replacement_data.rb
Normal file → Executable file
0
db/fixes/105_modaction_to_postevents.rb
Normal file → Executable file
0
db/fixes/105_modaction_to_postevents.rb
Normal file → Executable file
0
db/fixes/106_note_ranges.rb
Normal file → Executable file
0
db/fixes/106_note_ranges.rb
Normal file → Executable file
0
db/fixes/107_remove_name_change_tickets.rb
Normal file → Executable file
0
db/fixes/107_remove_name_change_tickets.rb
Normal file → Executable file
0
docker/danbooru_local_config.rb
Executable file → Normal file
0
docker/danbooru_local_config.rb
Executable file → Normal file
Loading…
Reference in New Issue
Block a user