# Linux

1\. Before you start, we need to setup a configuration file. We ship an example configuration that can be modified to your liking. This configuration file can\
be published to the same folder where the application will run from:

```bash
./extension-name publish:config
```

This will generate a config file, see example in “Getting started”. Check and configuration can be found in `config.yml`.

2\. Make sure you have a license file in the directory.

3\. Now we can start the extension server to test it:

```bash
./extension-name
```

When successful the extension can being used in production.
