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
chore(db): remove obsolete test data installation step (#37)
* fix(config): use quoted heredoc and remove unnecessary escapes in nginx config
- Replaced EOF with 'EOF' to avoid shell variable expansion
- Removed escaped variables ($var) and kept them as for correct nginx syntax
- Ensures the generated config matches expected nginx behavior
* chore(db): remove obsolete test data installation step
- Removed 'Install test data' command using 03-test-data.sql
- The SQL file no longer exists in the repository
- Prevents errors when running setup instructions with docker/mysql
---------
Co-authored-by: Jorg <[email protected]>
**Important:** If you are copy and pasting the nginx configuration above instead of using `cat` remove all the escaping (ie `$` instead of `\$`) or strange things will happen!
**Congratulations!** Your Reconmap instance should be up and running. To verify everything is working open your browser and head to http://localhost:5500 (unless host, IP are different) and enter the [default credentials](/admin-manual/default-credentials.html). You should see a Reconmap's dashboard. If something does not work, visit the [troubleshooting](/development/troubleshooting) page.
0 commit comments