Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 936 Bytes

setting-up-project.rst

File metadata and controls

32 lines (22 loc) · 936 Bytes

Setting up a project

Getting the sourcecode

Below we explain the difference between setting up a new project and setting up an existing project:

New project from scratch

To instantiate a new project to running as a subsite you only have to execute one command which will perform multiple steps for you automatically.

composer create-project ec-europa/subsite --stability=dev <dg-name>-<project-id>-reference dev-release/9.x
docker-compose up -d
docker-compose exec web vendor/bin/run

From existent project from repository

To install locally a project running Toolkit 4 you should run the following commands:

git clone [email protected]:ec-europa/<repository-name>.git
docker-compose up -d
docker-compose exec web composer install
docker-compose exec web vendor/bin/run