Been bothering me for a long time that there are no great blog posts on setting up Laravel for Production. There are plenty of blogs out there on development setups,
DevOps
Articles categorized in: DevOps
Let’s Encrypt Wildcard Certificates have been possible for a few months as well and I am really enthusiastic about it and so should you. There are however some setup rules and limitations
To set up a TransIP BladeVPS Ubuntu 18.0.4 Private Network you need to do quite a bit of work as you do setting up the TransIP Ubuntu server itself. Netplan Configuration
For a SaaS we have been working on we wanted to use a Root Record CNAME . A CNAME Record to point to the main domain (apex record) where the
Sometimes you want to remove untracked git files. This simply because you are trying to do a git pull request to test things locally and you get an error telling
To do a Digital Ocean Docker Machine Setup Docker Machine makes your live really easy. Here is how your can provision and deploy with your docker-machine. FYI If you have
Adding Digital Ocean Volume for WordPress Media can be very useful. Especially if you have a lot of images and or other media and need a cheap way to store
How can you add a sFTP user to CentOS? Here in this post we go through the command needed to realize this on a Vultr CentOS VPS. Add User Run
To quickly sync media from one Trellis server to another to copy media you can rsync media. Using the cli too rsync you can copy media from one server to another
To set up Laravel Forge on Custom VPS you need to follow the custom VPS route. First you need to make the VPS Server ready with the operating system of
Sometimes you really want to open another instance of Filezilla on OSX. This because you do not want to wait for one website to be done uploading or downloading something.
A Laravel Nginx Wildcard Setup was needed to accommodate the generation of (sub) domains per project. Here the story how we started out and where we ended up at. This