klinge / sl-webapp

Members and activities database for a sailing club
0 stars 0 forks source link

Quality Gate Status Security Rating Reliability Rating Maintainability Rating Coverage Status

SL Member System

Members and activities database for a sailing club, with an accompanying web-gui.

DOING:

Moved to Github issues

TODO (v0.9):

All items moved to Github issues

DONE for v0.9:

TODO (v0.98) - The testing milestone:

TODO (v1.0):

Longer term TODO (v1.1):

Notes on deploying to a new server

  1. Put proper values in the .env-EDITME file
  2. The webserver need to redirect all requests to index.php. If the server is Apache the .htacess in the repo does this. Remember to allow redirects in the site config. If nginx try_files in a location block need to point to index.php for not-found files.

Requirements