ttycelery / lcat.dev

My personal website project. Perhaps yours too?

Home Page:https://lcat.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lcat.dev

This repository contains the source code for my personal website lcat.dev.

Installing

  1. pip install -r requirements.txt
  2. cp config.py.template config.py and adjust config.py file accordingly.
  3. Run all migrations: flask db upgrade

Deploying

Lcat is Flask-based and runs perfectly (tested) only on Python 3.7.3.

  • Below is an example of deployment using Gunicorn.
gunicorn -b :7211 wsgi:app
  • Alternatively, you can also use Flask's development server.
python wsgi.py

License

This project is licensed under MIT License.

Contribution

Any kind of contribution is highly appreciated.

About

My personal website project. Perhaps yours too?

https://lcat.dev

License:MIT License


Languages

Language:Python 86.7%Language:HTML 11.8%Language:Mako 1.6%