apmodule¶
apmodule is shell tool for generating Apache Module.
Developed in bash code: 100%.
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.
Installation¶
Navigate to release page download and extract release archive.
To install apmodule type the following:
tar xvzf apmodule-x.y.z.tar.gz
cd apmodule-x.y.z
cp -R ~/sh_tool/bin/ /root/scripts/apmodule/ver.1.0/
cp -R ~/sh_tool/conf/ /root/scripts/apmodule/ver.1.0/
cp -R ~/sh_tool/log/ /root/scripts/apmodule/ver.1.0/
Or You can use Docker to create image/container.
Dependencies¶
apmodule requires next modules and libraries:
Usage¶
# Create symlink for apmodule
ln -s /root/scripts/apmodule/ver.1.0/bin/apmodule.sh /root/bin/apmodule
# Setting PATH
export PATH=${PATH}:/root/bin/
# Generate Apache Module rcp
apmodule rcp
Shell tool structure¶
apmodule is based on MOP.
Code structure:
.
├── bin/
│ └── apmodule.sh
├── conf/
│ ├── apmodule.cfg
│ └── apmodule_util.cfg
└── log/
└── apmodule.log
Copyright and licence¶
Copyright (C) 2017 by vroncevic.github.io/apmodule
apmodule 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.