Skip to content

loopodoopo/pms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Hibernia Networks - Peering Management System - 2016
# Maikel de Boer - maikel.deboer@hibernianetworks.com

#Run the software on the build in Flask server:
export FLASK_APP=pms.py
flask run --host=0.0.0.0

#For real deployments please consult:
http://flask.pocoo.org/docs/0.11/deploying/

#web
  This will contain all the code for the pms project.

#config.cfg
  Config file. Using the Python ConfigParser module to parse this config.

#modules
  Modules importable by for example pms.py. 

#pdb.cache
  Peeringdb cache file. Should go to /tmp in the future.

#pms.py
  Main file for this project. This is the route file and will handle all the requested URL's.

#static
  This folder contain static files like css and images.

#templates
  This directory will contain all the html templates to render the gui. mail.tpl is used to render the e-mail on the contact page.  
  
#templates/router
  This directory will contain all the vendor specific router config in Jininja2 templates.


About

Hibernia Networks Peering Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published