Welcome in Eleva
-
in case you do not have Docker already installed on your client, please follow instructions at https://www.docker.com/get-started.
-
copy
/.env.dist
file and rename it as/.env
. -
copy
/.dev/docker/.env.dist
file and rename it as/.dev/docker/.env
. -
open terminal and execute the following line to add the hostname to your host file (your password will be requested)
candidate-test$ cmd/host
or on windows, open cmd/host file and remove sudo, then execute
candidate-test$ sh cmd/host
or simply add to your host file 'skeleton.eleva-hosting.it'
-
open terminal and execute the following line to install everything is required
candidate-test$ cmd/run
or on windows
candidate-test$ sh cmd/run
This script will launch docker build, install symfony required packages with composer, execute webpack by encore and run all containers needed.
You can start working on this project at:
candidate-test$ cmd/run
or on windows
candidate-test$ sh cmd/run