-
Clone project
with SSH
git clone git@github.com:symcmf/symfony3-cmfor with HTTPS
git clone https://github.com/symcmf/symfony3-cmf -
Run composer
``` composer install ``` -
Setup homestead/vagrant environment in project folder:
./vendor/bin/homestead make -
Edit Homestead.yaml:
Remove the following lines from Homestead.yaml if you don't have this SSH keys on your machine (https://laravel.com/docs/master/homestead#installation-and-setup): Or generate and paste your SSH keys.
authorize: ~/.ssh/id_rsa.pub keys: - ~/.ssh/id_rsaSet type option that tells Homestead to use the Symfony nginx configuration.
sites: - map: homestead.app to: "/home/vagrant/yourprojectfolder/web" type: symfony -
Run vagrant
vagrant up -
After it, browse http://192.168.10.10, you should see the main page of application. Or add to your hosts file
192.168.10.10 homestead.appand browse http://homestead.app.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
symcmf/symcmf3
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published