https://github.com/9d4/adminerd
A service that wrap adminer.php on linux
https://github.com/9d4/adminerd
adminer bash bash-script php shell shell-script
Last synced: 11 months ago
JSON representation
A service that wrap adminer.php on linux
- Host: GitHub
- URL: https://github.com/9d4/adminerd
- Owner: 9d4
- Created: 2022-03-15T16:07:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T13:19:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T22:46:16.635Z (about 1 year ago)
- Topics: adminer, bash, bash-script, php, shell, shell-script
- Language: Shell
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adminerd
A service that wrap [adminer.php](https://github.com/vrana/adminer.git) on linux. By default it runs on port `9000`.
### Install
To install this service, follow:
```shell
$ git clone https://github.com/9d4/adminerd.git
$ cd adminerd
$ chmod +x install.sh
$ ./install.sh
```
You may need to grant the root access to run the `install.sh`.
### Run
Run service using systemctl
```shell
$ systemctl start adminerd
# want to stop it
$ sytemctl stop adminerd
```
If you want the adminerd run everytime on booting, exec
```shell
$ systemctl enable adminerd
# don't want to run it on boot
$ systemctl disable adminerd
```