This is a collection of frequently asked questions about the makandra hosting environment and our operations services.
Our opscomplete gives you everything necessary to run a modern web infrastructure in a professional manner.
Physical security We're hosting in the datacenter "Munich East" of our datacenter provider noris. The datacenter holds multiple certifications...
New Deployments Looking for a checklist for new deployments? You will find it here: Adding new deployments. Servers
From the previous card about the deployment structure we now want to set up Capistrano 3. In the following Cards...
If you followed this guide, you will have already executed bundle exec cap install STAGES=staging,production and your project...
If you want to use containers for your deployment, we support this via a docker-compose.yml file. For this case we...
Managed Hosting includes a wide variety of monitoring methods to ensure stable operation of your servers and applications. Corresponding checks...
As you can see in Infrastructure basics your application servers are placed behind three load balancers. They accept all HTTP/S...
A load balancer has to know where and when it can traffic forward to. A malfunctioning application server or one...
Backups are stored in a physically separated environment from their origin to protect against physical dangers such as a fire...
Signed SSH keys/certificates are a way for our customers to securely manage access to our application servers for an...
On high workloads or increasing traffic to your website/application there might be a need to make infrastructural changes to improve...
By using an HTTP cache, it is possible for us to handle a six-digit amount of concurrent visitors to...
Best results in other decks
WordPress websites have always been a favourite for all types of clients because of its simplicity and easy of use...
def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...