Adding to Drupal's Settings File



Search Results

With the Drupal plugin, you can declare the assets and databases to be imported and choose whether to build your Drupal application from the composer.lock file. Other options, such as redis, add configurations to your settings.php file to enable the on-board Redis server for Probo.CI applications.

In the example below, you can specify different versions of PHP and your database. If you would like to add Solr to your application, see the separate Solr example.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
type: lamp
php: 8.4
database: mysql:8.4
assets:
  - mydb.sql.gz

steps:

  - name: Provision Drupal
    plugin: Drupal
    composer: true
    redis: true
    database: mydb.sql.gz
    databaseGzipped: true
    clearCaches: true
    databaseUpdates: true
    subDirectory: web
    phpIniOptions:
      max_execution_time: 60
      upload_max_filesize: 25M
      post_max_size: 25M

  - name: Generate login link
    command: 'drush uli'
Get Started with Probo.CI

Want to Try Probo today?
Get Started Fast!.

When you sign up for a Probo.CI registration code, you will get a two week trial of the plan of your choosing. For more information on how to get started, click here .

LEARN MORE ABOUT PROBO.CI'S PRICING