/jasmin-submit-logs

Jasmin Submit Logs - Jasmin Web Panel with PostgreSQL

Primary LanguagePython

Jasmin Submit Logs Service

after download it create new virtual environment and install the required dependencies:

virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt

copy the .env file from Sample.env and ensure the required variables for database communication.

cp Sample.env .env

Adding service to systemd

ln -s /jasmin/jasmin-submit-logs/sms_logger.service /etc/systemd/system/

Enable and Start Systemctl service

systemctl daemon-reload
systemctl enable sms_logger.service
systemctl start sms_logger.service

to check service up-and-running

systemctl status sms_logger.service