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
- Host: GitHub
- URL: https://github.com/2lenet/sf6
- Owner: 2lenet
- License: mit
- Created: 2022-04-26T09:55:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T08:59:24.000Z (about 2 years ago)
- Last Synced: 2024-06-17T13:13:31.185Z (almost 2 years ago)
- Language: Makefile
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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