Skip to content

Commit

Permalink
Add link to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas nares committed Dec 18, 2023
1 parent b92da5a commit d8c7fa4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions basics/installation/advanced/prestashop-flashlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,17 @@ Follow this guide: [Install PrestaShop with Docker]({{<relref "/8/basics/install
git clone git@github.com:PrestaShop/prestashop-flashlight.git
```

2. Setup the env file
2. Follow an example from the list provided in the repository: [Examples](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples)

```bash
cp .env.dist .env
# edit your .env file with your settings if required
```
| Example | Description |
| --- | --- |
| [auto-install-modules](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples/auto-install-modules) | This example demonstates how to automatically install modules at startup |
| [basic-example](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples/basic-example) | This example runs the latest available image of PrestaShop Flashlight |
| [develop-a-module](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples/develop-a-module) | This example demonstrates how to develop modules and mount them on your PrestaShop Flashlight instance |
| [develop-prestashop](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples/develop-prestashop) | This example runs a development of PrestaShop that can help to contribute to the project |
| [ngrok-tunnel](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples/ngrok-tunnel) | This example runs an ngrok tunnel to expose a local environment to the Web |
| [with-init-scripts](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples/with-init-scripts) | This example runs custom init scripts before initialization of PrestaShop |
| [with-post-scripts](https://github.com/PrestaShop/prestashop-flashlight/tree/main/examples/with-post-scripts) | This example runs custom scripts after initialization of PrestaShop |

3. Start the stack

Expand Down

0 comments on commit d8c7fa4

Please sign in to comment.