Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

eleva/candidate-test

Repository files navigation

2022-04-09_122409 Welcome in Eleva

This repo contains a basic symfony app, which will help us knowing each other.

🐳 Enviroment

This repo runs on docker nginx, node.js, phpfpm and mysql containers.

📖 Setup

Follow these instructions to setup this project:
  1. in case you do not have Docker already installed on your client, please follow instructions at https://www.docker.com/get-started.

  2. copy /.env.dist file and rename it as /.env.

  3. copy /.dev/docker/.env.dist file and rename it as /.dev/docker/.env.

  4. 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'

  5. 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:

🚀 Run

Just open terminal and execute
candidate-test$ cmd/run

or on windows

candidate-test$ sh cmd/run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published