Skip to content

spookyuser/ionia

Repository files navigation

ionia

so i had this idea...

what

a website i think i would like to use

image

^^ This is what it used to look like, was supposed to be like if reddit and twitter had a baby

how

using Django, I tried in node but I realised I was slowly rebuilding Django

prerequisites

installing

  1. clone the repo
  2. $ cd ionia
  3. $ pipenv install

running

To run locally all you need is:

pipenv shell
python manage.py runserver

deploying

at the moment, ionia is deployed using heroku for the webserver and s3 for storing avatars, to deploy it in the current state you need a heroku dyno with postgres, memcache (for cachalot) and redis (for session storage), you'll also need an s3 bucket for the avatars

versioning

semver

authors

spookyUnknownUser