Skip to content

tesu/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e734fc · Jan 21, 2025
Jan 21, 2025
Nov 24, 2017
Jun 1, 2020
Jul 12, 2020
Mar 20, 2021

Repository files navigation

jasonl.net

Jason Lam's personal website, available at jasonl.net. You're probably not interested in deploying it, but I'll include the instructions here anyway.

Deploying a test environment

  1. git clone git@github.com:tesu/website.git
  2. cd website
  3. pip install -e .
  4. cd tesu
  5. sqlite3 app.db < schema.sql
  6. ??? (there might be some other setup I've forgotten)
  7. ./tesu.py

Deploying a prod environment

I recommend using NGINX + uWSGI.

Releases

No releases published

Packages

No packages published