Using the WordPress Plugin



Search Results

This example takes a database and the assets from a WordPress site and integrates them into your Probo build. Keep in mind adding assets (depending on the size) will increase the disc space consumed on a per-container basis. That said, until a reliable module for proxying assets is available for WordPress, this is a suitable alternative for having assets viewable on your WordPress application.

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: mariadb:11.4
assets:
  - example-database.sql.gz
  - uploads.tar.gz

steps:
  - name: Setup Example.com WordPress Site
    plugin: WordPressApp
    database: example-database.sql.gz
    databaseGzipped: true
    subDirectory: web
    databasePrefix: 'ex_'
    phpIniOptions:
      memory_limit: 512M
      max_execution_time: 300

  - name: Move files into place
    plugin: Script
    script:
      - cd /assets
      - tar -xvzf uploads.tar.gz
      - mv uploads /var/www/html/wp-content
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