Generic tools/scripts for BEdita
Unix shell script for BEdita setup. Default branch used: "3-corylus"
Usage: be-newinstance.sh name [branch] [base-path] [unix-group-name]
- name: instance name (mandatory)
- branch: git branch for BEdita (default 3-corylus)
- base-path: base path fore new instance, will be created in base path/name (default /home/bedita3)
- unix-group-name: unix group name for permission on instance (default bedita)
Shell script to set write permissions to webserver user (like www-data
or apache
) to BE3 tmp and file related directories.
Backend /tmp and /files permissions are recursively changed using setfacl
directive.
Frontends /tmp are also recursively changed
Usage: be3-perms.sh
Shell script to reindex ElasticSearch concurrently, by object type. For usage info, launch the script with no arguments or with --help
argument.
The script requires tmux
to be installed and works using the dbadmin
Cake shell provisioned by BEdita.