This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mercy/README.md

32 lines
1.2 KiB
Markdown
Raw Normal View History

mercy
=====
2013-12-07 15:22:32 -05:00
This project comprises the entirety of The Mercy Project; everything needed to deploy and serve The Mercy Project currently lives in this repository.
2013-12-07 15:22:32 -05:00
If you came here looking for more information about what (in general) The Mercy Project is, please see http://www.mercyproject.us for more information
2013-12-07 15:22:32 -05:00
Python Application
===================
2013-12-07 15:22:32 -05:00
The mercy/ directory contains all of the python code used to serve the Mercy website and perform all necessary functions.
2013-12-07 15:22:32 -05:00
Alembic ORM database upgrade scripts
====================================
2013-12-07 15:22:32 -05:00
The alembic/ directory contains scripts used by the alembic flask extension to automatically upgrade and downgrade the postgres database used by Mercy.
2013-12-07 15:22:32 -05:00
Puppet Modules for Deployment
==============================
2013-12-07 15:22:32 -05:00
The puppet code necessary to deploy Mercy onto Linux servers lives in the puppet/ directory.
2013-12-07 15:22:32 -05:00
Nagios Checks for Monitoring the Mercy Platform
===============================================
These live in the nagios/ directory.
Automated Test Suites
=====================
tests/ currently holds any and all automated testing (Python Nosetests, currently) for all of the code listed above.