usap-dc-dev / usap-dc-website

repository for usap-dc website. Includes javascript client side app and python/flask server side.
2 stars 0 forks source link

USAP-DC Web Submission and Dataset Search

Objectives

Release History

What's here

This section provides a brief description of the source code files and folders in this repository:

.gitignore

The .gitignore file for this project

config.json

A JSON file containing any configuration information. Since this can include sensative information, the version here is blank, but can be used as a template.

index.wsgi

Needed to run the production version of the web app on Apache.

robots.txt

A file to give instructions about the site to web robots.

start_usapdc

A bash startup script that will start up the USAP-DC Web App in development mode, using the correct python location and arguements. To run:

./start_usapdc

usap.py

All the python code for the web app, including the controller code for the templates.

static/

Folder containing static files (css, fonts, images, javascripts) to be used by the web app.

templates/

Folder containing the HTML templates (webpages).