Skip to content

Kytehill/habitat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Habitat

Habitat is web application for the monitoring of configuration within Linux environments

Prerequisites

  • Habitat is aimed at software developers with experience in navigating Linux environments
  • SSH keys need to be set up between client and remote devices in order to establish a connection

Instructions to run from .zip file

  • Activate virtual environment by running source venv/Scripts/activate from command line in the root directory of the project
  • Run: pip install -r requirements.txt
  • Run: flask run

Instructions to run from repository

  • Clone repository
  • Run: python -m venv venv from the root directory of the project (This creates the virtual environment)
  • Run: pip install -r requirements.txt
  • Run: flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published