An open API service indexing awesome lists of open source software.

https://github.com/2lenet/sf6

Sf6 2le project template
https://github.com/2lenet/sf6

Last synced: 3 months ago
JSON representation

Sf6 2le project template

Awesome Lists containing this project

README

          

# sf6
Sf6 2le project template

To bootstrap a project use the following steps:

```bash
composer create-project 2lenet/sf6 project_name
```

or with docker :
```bash
docker run -it -v $PWD:/var/www/html registry.2le.net/2le/2le:base-sf6 composer create-project 2lenet/sf6 project_name
```

```
cd project_name
make init
make install
make start
```

This will create your project, modify all reference to [PROJECT] in config files

After that you have :

* sf6 project
* sonarqube configuration
* docker and dockercompose config
* ci with test, build and deploy