# VibesHome **Where all your vibes live** A forum engine in progress. Do not use in production. Run ./migrate.py install and follow the prompts. Full install instructions below. It needs everything, posting, and reply works! So it can be hacked on further 😅 # Full install instructions On first run: - `make install` - `make migrate` - `make run` On subsequent runs: - `make run` # stuff to do on a git pull ```shell ./migrate.py upgrade-schema ``` # known bugs The app server will invalidate your cookies on every make a change, and reload. as it regenerates the secret key used for session signing every time it restarts with stat. I will fix this eventually. Thus endith the instructions