Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrahul/symfony-docker
Docker Env built upon Centos6, php 5.4, symfony2.8 with containers for php-fpm, nginx and mysql
https://github.com/xrahul/symfony-docker
centos centos6 docker docker-compose php php54 symfony symfony2
Last synced: about 1 month ago
JSON representation
Docker Env built upon Centos6, php 5.4, symfony2.8 with containers for php-fpm, nginx and mysql
- Host: GitHub
- URL: https://github.com/xrahul/symfony-docker
- Owner: xRahul
- License: mit
- Created: 2016-05-05T04:35:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T22:14:21.000Z (over 3 years ago)
- Last Synced: 2024-10-13T07:05:45.719Z (about 1 month ago)
- Topics: centos, centos6, docker, docker-compose, php, php54, symfony, symfony2
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
comment out the line--
```yml
- ./logs/symfony:/var/www/symfony/app/logs
```
before creating the symfony projectnow run the
```sh
docker-compose up --build
```####To create the symfony project for the first time
After all three servers are running, open tty to the php
```sh
docker exec -it >>>PHP_SERVER<<< /bin/bash
```
then get into `/var/www` and run--
```sh
composer create-project symfony/framework-standard-edition symfony "2.8.*" -vvv
```and exit out
Also create a `symfony.dev` entry in `/etc/hosts` pointing to `localhost` or `127.0.0.1` on your host system