trydirect/symfony4
Fork: 5 Star: 8 (更新于 2024-11-08 21:09:43)
license: 暂无
Language: PHP .
Symfony4 - a quick start template Symfony 4, PHP 7.2.15 and docker-compose for developers
最后发布版本: v0.0.1 ( 2019-02-25 17:50:49)
Symfony 4
Symfony 4 template includes:
- PHP-fpm 7.2
- MySQL 5.7
- Xdebug 2.6.1
- Nginx
- Supervisord
- docker-compose
- Ubuntu 18.04
This project helps Symfony developers to start their new projects quickly using docker-compose. Docker image includes Xdebug.
Note
Before installing this project, please, make sure you have installed docker and docker-compose
To install docker execute:
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ pip install docker-compose
Installation
Clone this project into your work directory:
$ git clone "https://github.com/trydirect/symfony4.git"
Then build it via docker-compose:
$ cd symfony4
$ docker-compose up -d
Quick deployment to cloud
Amazon AWS, Digital Ocean, Hetzner and others
Let's check the deployment result in browser
Url | App |
---|---|
http://localhost | Symfony home page |
http://localhost:5601 | Kibana |
http://localhost:9200 | Elasticsearch |
Run Tests
$ python tests.py
Contributing
- Fork it (https://github.com/trydirect/symfony4/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Support Development
最近版本更新:(数据更新于 2024-09-27 04:22:04)
2019-02-25 17:50:49 v0.0.1
主题(topics):
docker, docker-compose, docker-compose-development, docker-compose-files, docker-compose-template, docker-configurations, dockerfile, symfony, symfony4
trydirect/symfony4同语言 PHP最近更新仓库
2024-11-20 23:58:25 laravel/framework
2024-11-20 18:39:23 danielmiessler/SecLists
2024-11-16 21:54:23 w7corp/easywechat
2024-11-16 04:49:03 coollabsio/coolify
2024-11-13 23:19:14 symfony/symfony
2024-11-13 22:53:21 symfony/var-dumper