https://github.com/ebridges/elektrum
A platform for hosting and sharing media.
https://github.com/ebridges/elektrum
image-processing media
Last synced: 5 months ago
JSON representation
A platform for hosting and sharing media.
- Host: GitHub
- URL: https://github.com/ebridges/elektrum
- Owner: ebridges
- License: mit
- Created: 2020-01-05T23:37:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T18:59:58.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:37:36.475Z (over 1 year ago)
- Topics: image-processing, media
- Language: Python
- Homepage:
- Size: 26.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Elektrum
## About
The `elektrum` application is a multi-tier system for hosting images and other media designed to be efficient and scalable. Generally the steps involved in installing it are as follows:
1. Setup Project
1. Establish basic system prerequisites and configure parameters in a global settings file.
1. Configure permissions, a network, storage, security, and distribution mechanisms on AWS.
1. Generate a configuration file that can be used by the application.
1. Deploy the application.
## Platform Information
* Python 3.12
* Django 4.0
* lgw 1.2.*
* PostgreSQL 11
* Ansible 9
## Installation & Deployment
### To Install & Run
* see `INSTALL.md`
### Network Documentation
* see `network/README.md`
* see `network/roles/vpc/README.md`