Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bedita/bedita-tools
Generic tools/scripts for BEdita
https://github.com/bedita/bedita-tools
Last synced: 21 days ago
JSON representation
Generic tools/scripts for BEdita
- Host: GitHub
- URL: https://github.com/bedita/bedita-tools
- Owner: bedita
- Created: 2013-01-09T12:09:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T07:24:21.000Z (over 3 years ago)
- Last Synced: 2024-04-10T18:11:24.621Z (9 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bedita-tools
============Generic tools/scripts for BEdita
## be-newinstance.sh
Unix shell script for BEdita setup. Default branch used: "3-corylus"
Usage: be-newinstance.sh name [branch] [base-path] [unix-group-name]
1. name: instance name (mandatory)
1. branch: git branch for BEdita (default 3-corylus)
1. base-path: base path fore new instance, will be created in base path/name (default /home/bedita3)
1. unix-group-name: unix group name for permission on instance (default bedita)## be3-perms.sh
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 changedUsage: be3-perms.sh
## be3-reindex.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.