-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (15 loc) · 787 Bytes
/
README
File metadata and controls
20 lines (15 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Sword
=====
Make sure to read and fill the config-sample.ini file and save it as config.ini.
Also make sure to configure the default.vhost file.
Available placeholder are
{admin_email}
{apache_user}
{apache_group}
{sitedir}
{default.domain.ext}
See default.vhost for more details. The script is using sed to replace those placeholder with variables found in the config file. So you can basically move them all around.
This script has been created to automate tasks regarding wordpress site administration.
Wordpress's network feature is not always suitable for everyone. This is my case.
The script is still in an early stage. Actually it has only been tested on ubuntu.
The roadmap for now is to add features and then generalize the code so it can be used in other environnements.