Template directories to use several frameworks with the Twisted Bytes webserver vagrant box.
To use one or more of these templates please check this out somewhere on your system. You need VirtualBox + Vagrant installed.
These template use the Twisted Bytes webserver vagrant box. They are configured with an valid ssl certificate on *.tbdev.xyz. By default this certificate does not automatically update. But these template have that option enabled. If you do not want this "phone-home", please disable it in project/vagrant/config/webservervhost.conf. We try to keep a valid certificate in the newest version of the box.
Step to get this vagrant up and running after checking out:
-
Copy silverstripe-4x-publicfolder to somewhere, for example:
cp -avr silverstripe-4x-publicfolder ~/PhpstormProjects/mynewss4xproject
-
Go to the new directory
You probably want to change the hostname in the vagrant file, as that is used to access the website in the vagrantbox. You can change that in the Vagrantfile file on line 6.
cd ~/PhpstormProjects/mynewss4xproject
-
Start vagrant
vagrant up
-
Log into the vagrant
vagrant ssh
-
switch to defaultuser in the vagrant
sudef
-
goto the site directory
cd ~/site
-
run composer
composer install
-
Then goto url: https://silverstripe-4x-publicfolder.tbdev.xyz/
Or if if you changed the hostname at point 2. use https://[name on line 6].tbdev.xyz/