This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/README.md

12 lines
246 B
Markdown

# symfony
I needed a faster install (don't do anything twice).
Just change "YOUR_PROJECT_NAME" to whatever you want.
```bash
wget fbot.co/nysymfony
bash nysymfony YOUR_PROJECT_NAME
rm nysymfony
cd YOUR_PROJECT_NAME
sudo docker-compose up -d
```