@@ -42,8 +42,12 @@ mv config/example.env .env
4242```
4343Update the ``` .env ``` file with your configuration. You can also adopt the suggestions for the local environment.<br ><br >
4444
45+ <b >5. Copy the NGINX base settings</b ><br >
46+ ```
47+ mv config/example.base.conf config/nginx/base.conf
48+ ```
4549
46- <b >5 . Set up the application configuration</b ><br >
50+ <b >6 . Set up the application configuration</b ><br >
4751Copy the example configuration file and make any necessary changes:
4852```
4953mv config/example.config_dev.cfm www/config.cfm
@@ -54,24 +58,24 @@ Note: If you change the ```config.cfm``` file after the first start of the appli
5458
5559<br >
5660
57- <b >6 . Start the containers</b ><br >
61+ <b >7 . Start the containers</b ><br >
5862Use Docker Compose to start the development environment:
5963```
6064docker compose -f compose-dev.yml up
6165```
6266
63- <b >7 . Configure Lucee</b ><br >
67+ <b >8 . Configure Lucee</b ><br >
6468Access the Lucee admin interface:
6569
6670+ <b >URL:</b > ``` http://localhost:8080/lucee/admin/server.cfm ```
6771+ <b >Steps:</b >
68- + Set up the database connection (<b >important:</b > Make sure to enable 'Allow Multiple Queries.')
72+ + Set up the database connection (<b >important:</b > Make sure to enable 'Allow Multiple Queries.')
6973 + Configure SMTP (you can use Inbucket for local email handling).
7074 + Adjust any additional settings required for your development setup.
71-
75+
7276<br >
7377
74- <b >8 . Set up Saaster</b ><br >
78+ <b >9 . Set up Saaster</b ><br >
7579Run the setup script to initialize Saaster:
7680
7781+ <b >URL:</b > ``` http://localhost:8080/setup/index.cfm ```
@@ -147,7 +151,7 @@ We welcome contributions from developers to help improve Saaster. Whether it's f
147151 Implement your changes and commit them with a clear and concise commit message:<br >
148152 ``` git add . ``` <br >
149153 ``` git commit -m "Add feature description" ```
150-
154+
1511555. <b >Push your branch</b ><br >
152156 Push your branch to your forked repository:<br >
153157 ``` git push origin feature/your-feature-name ```
@@ -177,12 +181,3 @@ For more information or if you're unsure about something, feel free to open an i
177181- [ taffy] ( https://github.com/atuttle/Taffy )
178182
179183
180-
181-
182-
183-
184-
185-
186-
187-
188-
0 commit comments