-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (15 loc) · 771 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Symfony Web Developent Environment installer!
Usage:
symfony generate:project myproject --installer=path/to/SymWebDevInstaller.php
or
symfony generate:project myproject --installer=http://labs.servergrove.com/SymWebDevInstaller/SymWebDevInstaller.php
This installer will perform the following steps:
- setup hosts file
- Add virtual host configuration to Apache web server
- Restart Apache
Keep in mind that you need to have permissions to modify the respective files and restart Apache.
You will be prompted to enter the IP address, hostname, and asked to confirm each operation. You can skip each step as desired.
Please feel free to send me any bugs, patches or suggestions.
(c) Pablo Godel <[email protected]>
ServerGrove.com
Use it at your own risk.