Application installation

Clone the skeleton:

$ git clone https://github.com/esase/tiny-skeleton.git

Docker Installation

For your convenience, we prepared a docker image which includes everything to start working with the skeleton.

  • Install the docker locally - https://docs.docker.com/install/.
  • For launching the docker containers you need to run the command: docker-compose up -d in the project’s root dir.
  • For stopping running containers you need to run the command: docker-compose stop.

After the docker launching the project is available on: http://localhost:8080 or http://your.ip:8080

Don’t forget to install all the Composer’s libraries using the command:

docker exec -it tiny-skeleton-web composer install