K9archiver
A self-hosted journal and article archiver with a gallery feature built on top of Django, that enables collaboration and note-taking.
Install / Use
/learn @alexdeathway/K9archiverREADME
k9archiver
<div align="center"> <img width="300" src="./docs/logo/k9archiver_transparent_project_logo.png" alt="logo"/> </div> <hr>What it isn't ?
This isn't bookmark helper or presentation maker. Tweaking might help it to act one.
What it is ?
This is a self-hosted website that can be used to Log/Note/journal almost anything by an individual or community.
Resources
Screenshots
Home Page Section

Note Page Section

Cluster Page Section

Quick development Guide
⚠️ Data used for/in dummy media/database isn't owned or licensed under this project and is here for sole purpose of setting up quick development and testing environment, do not publish or distribute.
Using Docker
- Create .env file
mv template.env .env
- Start development docker
sudo docker-compose -f docker-compose.yml up --build
Using virtualenv
- Create .env file
mv template.env .env
- Create virtual environment
virtualenv <environment name>
- Install required packages
pip install -r requirements.txt
- Run migrations and Load dummy data to database
python manage.py migrate
python manage.py loaddata db.json
-
Read project overview for app & structure understanding.
-
Choose issue or work on own feature.
