MOTDs32/INSTALL

66 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-07-18 23:06:11 +02:00
MOTDs32 installation instructions
==================================
2017-07-18 23:22:18 +02:00
(2017) New project MOTDs32
2017-07-18 23:06:11 +02:00
https://motds32.echosystem.fr
2017-07-18 23:22:18 +02:00
https://gitlab.echosystem.fr/Erreur32/MOTDs32
2017-07-18 23:06:11 +02:00
,--. ,--. ,-----. ,--------.,------. ,----. ,---.
| `.' |' .-. ''--. .--'| .-. \ ,---. '.-. |'.-. \
| |'.'| || | | | | | | | \ :( .-' .' < .-' .'
| | | |' '-' ' | | | '--' /.-' `)/'-' |/ '-.
`--' `--' `-----' `--' `-------' `----' `----' '-----'
| + |
2017-07-18 23:22:18 +02:00
2017-07-18 23:06:11 +02:00
System requirements
===================
o Unix/Linux operating system with bash
2017-07-18 23:22:18 +02:00
Installation
============
2017-07-18 23:06:11 +02:00
2017-07-18 23:22:18 +02:00
As root execute this command (default):
2017-07-18 23:06:11 +02:00
./Install.sh
2017-07-18 23:22:18 +02:00
######## install only motd (long way)
2017-07-18 23:06:11 +02:00
1. try this
# make install
2. Add following lines to /etc/crontab as root (5 minut refresh interval)
# Message Of The Day - System Status
*/5 * * * * root /usr/bin/motds32 --generate
3. (Optional) Update the configuration files in /etc/motdstat directory
Upgrade instructions
====================
1. As root execute command:
# make install
2. (Optional) Update the configuration files in /etc/motds32 directory
Uninstall instructions
======================
1. As root execute command:
# make uninstall
2. As root remove the following lines from /etc/crontab
# Message Of The Day - System Status
*/5 * * * * root /usr/bin/motds32 --generate