-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
35 lines (23 loc) · 988 Bytes
/
Copy pathREADME
File metadata and controls
35 lines (23 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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.