Questions tagged [drupal]

For questions about Drupal, an open source Content Management System (CMS).

6 questions
11
votes
1 answer

Best practice when automating Drupal (or other soft) installation regarding database settings

Suppose I have Drupal and CiviCRM installations to automate. These, however, need particular configs for working together (some file edits and database configs) Should I make a fixed version install (eg. Drupal 4.7.5 + CiviCRM 4.5.6), install them…
JorgeeFG
  • 253
  • 1
  • 6
6
votes
1 answer

How can Jenkins help to implement CI/CD for Drupal?

Assume you want to implement continuous-integration (= CI) and continuous-deployment (= CD) for building and maintaining websites using Drupal (let's assume for Drupal Version 7). Often times Jenkins seems to be recommended as one of the most…
4
votes
1 answer

How can I calculate costs of deploying 1000 instances of Drupal?

What are the things that should I investigate for making an estimate of the cost of deploying 1000 instances of Drupal, for example? I was thinking in: Database space Database usage (in ops/second? how can I test it?) Application uploads…
JorgeeFG
  • 253
  • 1
  • 6
3
votes
1 answer

Continuous delivery workflow: Build script for PHP Composer (Drupal) on Docker

I'd like to set up a continuous delivery workflow for our new Drupal site. When someone pushes to our Git repo (typically) master branch, a build job on our CI server is triggered. This job will check out the source code, import the database from…
protoken
  • 133
  • 2
1
vote
2 answers

Can a 5 US $ VPSE support VAD stack with 2 relatively-small CMSs?

I'm new to DevOps and quite troubled financially but I desire to put websites that I now host on a shared server environment (CetnOS 12.x.x) on some cloud like DigitalOcean or Lindoe (but without using their droplets with ready OSs - I want to…
user5176
0
votes
2 answers

Reaching a Docker environment running in VMware from LAN

Here is my setup: I have a Ubuntu 20.04.2 LTS machine running in VMware (vSphere client). On this machine, I have a local Drupal website running in Docker using Wodby Docker4Drupal https://github.com/wodby/docker4drupal The website can be accessed…
MrUpsidown
  • 51
  • 4