mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-10 17:00:30 +01:00
Bootstrap cleanup (#4)
* README cleanup * template migration * convert percona to new bastillefile format * convert gitlab to bastillefile format * convert php to bastillefile format --------- Co-authored-by: Barry McCormick <bmccormick@debianbeast.maildragon.com>
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
## influxdb
|
||||
Bastille Template to bootstrap InfluxDB
|
||||
|
||||
## Bootstrap
|
||||
```shell
|
||||
bastille bootstrap https://github.com/bastillebsd/templates
|
||||
```
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET databases/influxdb
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
## mariadb
|
||||
Bastille template to bootstrap MariaDB Server
|
||||
|
||||
## Bootstrap
|
||||
```shell
|
||||
bastille bootstrap https://github.com/bastillebsd/templates
|
||||
```
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET databases/mariadb
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
# Memcached
|
||||
Bastille template to bootstrap Memcached
|
||||
|
||||
## Bootstrap
|
||||
```shell
|
||||
bastille bootstrap https://github.com/bastillebsd/templates
|
||||
```
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET databases/memcached
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
## mysql
|
||||
Bastille template to bootstrap MySQL
|
||||
|
||||
## Bootstrap
|
||||
```shell
|
||||
bastille bootstrap https://github.com/bastillebsd/templates
|
||||
```
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET databases/mysql-server
|
||||
|
||||
4
databases/percona/Bastillefile
Normal file
4
databases/percona/Bastillefile
Normal file
@@ -0,0 +1,4 @@
|
||||
PKG percona57-server
|
||||
PKG percona57-client
|
||||
SYSRC mysql_enable=YES
|
||||
SERVICE mysql-server start
|
||||
15
databases/percona/README.md
Normal file
15
databases/percona/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Status
|
||||
[](https://gitlab.com/bastillebsd-templates/percona/commits/master)
|
||||
|
||||
## percona
|
||||
Bastille Template: percona
|
||||
|
||||
Fetch and apply this template with:
|
||||
|
||||
```shell
|
||||
bastille bootstrap https://gitlab.com/bastillebsd-templates/percona
|
||||
bastille template TARGET bastillebsd-templates/percona
|
||||
```
|
||||
|
||||
## Description
|
||||
This template installs a percona server and client.
|
||||
@@ -1,11 +1,6 @@
|
||||
## redis
|
||||
Bastille template to bootstrap Redis
|
||||
|
||||
## Bootstrap
|
||||
```shell
|
||||
bastille bootstrap https://github.com/bastillebsd/templates
|
||||
```
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET databases/redis
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
## tile38
|
||||
Bastille template to bootstrap Tile38
|
||||
|
||||
## Bootstrap
|
||||
```shell
|
||||
bastille bootstrap https://github.com/bastillebsd/templates
|
||||
```
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET databases/tile38-server
|
||||
|
||||
Reference in New Issue
Block a user