Skip to content

Latest commit

 

History

History
119 lines (78 loc) · 3.58 KB

index.rst

File metadata and controls

119 lines (78 loc) · 3.58 KB

atmanager

atmanager is shell tool for controlling/operating Apache Tomcat Server.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

self

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install atmanager type the following

tar xvzf atmanager-x.y.tar.gz
cd atmanager-x.y
cp -R ~/sh_tool/bin/   /root/scripts/atmanager/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/atmanager/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/atmanager/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

atmanager requires next modules and libraries

Shell tool structure

atmanager is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── atmanager.sh
│   ├── center.sh
│   └── display_logo.sh
├── conf/
│   ├── atmanager.cfg
│   ├── atmanager.logo
│   └── atmanager_util.cfg
└── log/
    └── atmanager.log

Copyright and licence

License: GPL v3 License: Apache 2.0

Copyright (C) 2016 - 2024 by vroncevic.github.io/atmanager

atmanager is free software; you can redistribute it and/or modify it under the same terms as Bash itself, either Bash version 4.2.47 or, at your option, any later version of Bash 4 you may have available.

Lets help and support FSF.

Free Software Foundation

Donate

Indices and tables

  • genindex
  • modindex
  • search