Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Chassis/MariaDB

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Note: This is no longer required as it's been built into Chassis Core: https://docs.chassis.io/en/latest/config/#mariadb-configuration

A MariaDB extension for Chassis

The MariaDB extension automatically sets up your Chassis instance to to use MariaDB.

Activation

Ensure you have a Chassis instance set up locally already.

# In your Chassis dir:
git clone --recursive https://github.com/Chassis/MariaDB.git extensions/mariadb

Then you'll need to reprovision

cd ..
vagrant provision

Alternatively you can add the extension to one of your yaml config files. e.g.

# Extensions
#
# Install a list of extensions automatically
extensions:
    - chassis/mariadb

Then you'll need to reprovision

cd ..
vagrant provision

MariaDB has now been installed inside your Chassis box.

Releases

No releases published

Packages

No packages published

Languages