From fbe5300c5875943e9f7a495deb25484f83f9c49b Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 2 Sep 2017 16:09:27 -0400 Subject: [PATCH] Created Configurations (markdown) --- Configurations.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Configurations.md diff --git a/Configurations.md b/Configurations.md new file mode 100644 index 0000000..024622a --- /dev/null +++ b/Configurations.md @@ -0,0 +1,11 @@ +YBDB is highly configurable. + +The short - read/study: + +* [sql/populate.sql](https://github.com/fspc/Yellow-Bike-Database/blob/devel/sql/populate.sql) +* [Connections/database_functions.php](https://github.com/fspc/Yellow-Bike-Database/blob/devel/Connections/database_functions.php) (USE Connections/local_configurations.php; currently not working with array based configurations) +* [Volunteer Interest Form text](https://github.com/fspc/Yellow-Bike-Database/blob/devel/Connections/volunteer_interest_form_introduction.txt) (change as required) +* [Waiver Text](https://github.com/fspc/Yellow-Bike-Database/blob/devel/Connections/waiver.txt) (change as required) +* [Docker Howto](https://github.com/fspc/Yellow-Bike-Database/blob/devel/examples/docker.txt) (could use some updates) +* [Setting YBDB securely in the shop](https://github.com/fspc/Yellow-Bike-Database/blob/devel/examples/secure-terminals.txt) (Could use some updates) +* [Mailman connector example](https://github.com/fspc/Yellow-Bike-Database/blob/devel/examples/mailman_connector_example.js) (Mailman is one example, but other services can be connected) \ No newline at end of file