-
Notifications
You must be signed in to change notification settings - Fork 13
Home
mrbannon edited this page May 16, 2013
·
83 revisions
Rodan is a web application built using a RESTful architecture. At present, it consists of two primary components:
- A web application built using Django. This also uses the Celery distributed task queue for performing units of work called "Jobs."
- A client application, written in Objective-J and using the Cappuccino web framework.
The two components are not tightly integrated. The client application can consume and produce messages that are understood by the server application, but the server application is largely standalone and can be operated with any client that conforms to its API.
For more information about RESTful API design, you should look at Thoughts on RESTful API Design.
- Rodan Server REST API documentation
- Rodan Server Entity Relationship Diagram
- Introduction to Rodan's Job Modules
- [Salzinnes Demo Requirements]
- Repository Structure
- Working on Rodan
- Testing Production Locally
- Working on Interactive Classifier
- Job Queues
- Testing New Docker Images
- Set up Environment Variables
- Set up SSL with Certbot
- Set up SSH with GitHub
- Deploying on Staging
- Deploying on Production
- Import Previous Data