Skip to content

zkov/symfony4

 
 

Repository files navigation

Football Betting

Build Status

Setup

  1. set a new 127.0.0.1 symfony.dev.nxs host-entry
  2. run docker-compose up -d in project root
  3. setup the ssh connection
  4. upload the symfony4 folder to /var/www/
  5. go to /var/www/ and create symlink ln -s symfony4/public symfony
  6. ssh into the container and run composer install in /var/www/symfony4/

scss / js changes

all files will be compiled after composer install has been executed. If you want the rebuild the frontend files manually just run yarn run encore dev in the project root

Credentials

MYSQL

Docker-User Host: 127.0.0.1 (Docker-Host) Port: 3336 User: docker Pass: docker

SSH

Docker-User Host: 127.0.0.1 (Docker-Host) Port: 2222 User: docker Pass: docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.7%
  • PHP 9.7%
  • HTML 4.5%
  • JavaScript 3.1%