Skip to content

TwistedBytes/vagrant-project-templates

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

vagrant-project-templates

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.

Silverstripe 4.X publicfolder

Step to get this vagrant up and running after checking out:

  1. Copy silverstripe-4x-publicfolder to somewhere, for example:

    cp -avr silverstripe-4x-publicfolder ~/PhpstormProjects/mynewss4xproject

  2. 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

  3. Start vagrant

    vagrant up

  4. Log into the vagrant

    vagrant ssh

  5. switch to defaultuser in the vagrant

    sudef

  6. goto the site directory

    cd ~/site

  7. run composer

    composer install

  8. 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/

About

Template directories to use several frameworks with the Twisted Bytes webserver vagrant box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published