Skip to content

rlazoryshchak/script-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

script-runner

This is small control panel for quick script running and file browsing

###Install:

  • sudo apt-get install libmysqlclient-dev build-essential libssl-dev libffi-dev python-dev
  • cd script-runner
  • mkdir env
  • virtualenv env
  • source env/bin/activate
  • pip install -r requirements.txt

######Set a mysql host into app.config['SQLALCHEMY_DATABASE_URI'] variable in models.py after that create new user:

  • python -c "from models import db;db.create_all()"
  • python create_user.py username password role

######This command will create credentials adm/pass

  • python app.py

######Navigate in browser http://0.0.0.0:5000/login

###Logo: alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published