ver. 5.05beta Feel free to make bugreports
Installing:
- ABillS
- MySQL
- FreeRadius
- Apache
- Accel-PPPoE
- Flow-tools
- Fsbackup
- MRTG
Plugins are structured as plugins/Distributive_Version_Arch
As of version 5.05 it can guess your system. If guessed wrong, use ''-p'' key
# ./install.sh -p centos_7_x64
If you want avoid tmux session use ''--in_tmux'' key
# ./install.sh --in_tmux
Section | Example |
#OS OS_NAME OS_VERSION | #OS freebsd 10 |
#COMMENTS comments for plugin | #COMMENTS CentOS comment |
#M [module_name]:[module describe]:[command] | #M mysql:MySQL:_install_mysql |
As command you can use shell command like pkg install www or shell function: shell_function
Inside plugin you can use these functions to execute custom commands.
pre_install() | executes before installing modules |
post_install() | executes after full installation (before autoconf) |
Pre install |
Install programs |
Post install |
Run misc/autoconf |
Show result |
Installer uses autoconf for module configuration and defining system startup.