2lenet/sf6

Maintainers

Details

github.com/2lenet/sf6

Source

Issues

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Language:Makefile

Type:project

1.0.18 2023-10-04 13:16 UTC

README

Sf6 2le project template

To bootstrap a project use the following steps:

composer create-project 2lenet/sf6 project_name

or with docker :

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