Open seanahrens opened 5 years ago
I went ahead and assumed settings.ini is required in order to keep moving forward with the install. I copied the sample settings.ini file in the readme into settings/settings.ini. However, that results in several errors.
configparser.ParsingError: Source contains parsing errors: '/Users/solo/Code/wikilegis/wikilegis/wikilegis/settings/settings.ini'
[line 6]: 'FORCE_SCRIPT_NAME\n'
[line 11]: 'DATABASE_USER\n'
[line 12]: 'DATABASE_PASSWORD\n'
[line 13]: 'DATABASE_HOST\n'
[line 14]: 'DATABASE_PORT\n'
[line 29]: 'EMAIL_HOST_USER\n'
[line 30]: 'EMAIL_HOST_PASSWORD\n'
[line 31]: 'EMAIL_USE_TLS\n'
[line 32]: 'DEFAULT_FROM_EMAIL\n'
[line 49]: 'LEGACY_DATABASE_USER\n'
[line 50]: 'LEGACY_DATABASE_PASSWORD\n'
[line 51]: 'LEGACY_DATABASE_HOST\n'
[line 52]: 'LEGACY_DATABASE_PORT'
What is the minimum set of values that I can set up to get the software up and running to see it function? Can I comment out all the email vars? All the legacy_database vars? What is the type of FORCE_SCRIPT_NAME? Is that a boolean which should be 1 or 0? What is the meaning of 1 or 0 if so?
I'm happy to update the readme to smooth out the installation, answering these questions for people installing for the first time, if I can understand the answers myself.
I'm doing a first-time install/running of the software.
I performed the following operations successfully:
The readme seems to indicate that adding settings.ini is merely a customization step, so I skipped it. However, then the next action of "./wikilegis/manage.py list_plugins" fails.
If the answer is that settings.ini is required, would someone like me to make a pull request for a clarified readme?