Skip to content

lotrekagency/handyman

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Handyman

Open Source Love png3 CircleCI codecov License: MIT

Handyman is the best friend for Lotrèk that can notify you if a server is down, execute custom scripts, make nightly backups and beer 🍻

Features

  • Alarm system: sends an email if the server is down or tests are failing

  • Backup/script system: provides a periodic backup system for data and files and scripting

Configure ENV

Before starting Handyman you need to configure your env: create your env files inside docker/production/envs folder (see docker/production/envs-sample)

Start Handyman

./deploy.sh release

Use command line

To backup a specific project run inside handyman_django container

python manage.py backup_project my_project_slug

To test a specific project run

python manage.py test_project my_project_slug

To test deadlines:

python manage.py check_machines_deadlines
python manage.py check_deadlines my_project_slug

About

👷 The best Lotrèk's friend for backups, monitoring and 🍻

Resources

License

Stars

Watchers

Forks

Releases

No releases published