MOTDs32/INSTALL

66 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

MOTDs32 installation instructions
==================================
(2017) New project MOTDs32
https://motds32.echosystem.fr
https://gitlab.echosystem.fr/Erreur32/MOTDs32
,--. ,--. ,-----. ,--------.,------. ,----. ,---.
| `.' |' .-. ''--. .--'| .-. \ ,---. '.-. |'.-. \
| |'.'| || | | | | | | | \ :( .-' .' < .-' .'
| | | |' '-' ' | | | '--' /.-' `)/'-' |/ '-.
`--' `--' `-----' `--' `-------' `----' `----' '-----'
| + |
System requirements
===================
o Unix/Linux operating system with bash
Installation
============
As root execute this command (default):
./Install.sh
######## install only motd (long way)
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