1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00

Add de-deprecation stuff (will not build yet)

This commit is contained in:
Eggbertx 2022-10-11 14:26:31 -07:00
parent d23d8ccd8a
commit 6567da3300
29 changed files with 1094 additions and 2671 deletions

View file

@ -21,10 +21,8 @@ See [`docker/README.md`](docker/README.md)
## Configuration
See [config.md](config.md)
## Migration
<s>If you run gochan and get a message telling you your database is out of data, please run gochan-migration. If this does not work, please contact the developers.</s>
gochan-migration has been a gargantuan time sink and has wasted a lot of time that would be much better spent working on other features, so I am putting its development on indefinite hiatus as of 12/18/2021 so I can focus on gochan's development. It may or may not come back, but for the time being, RIP gochan-migration, we hardly knew ya.
<!-- ## Migration
If you run gochan and get a message telling you your database is out of data, please run gochan-migration. If this does not work, please contact the developers. -->
## For developers (using Vagrant)
1. Install Vagrant and Virtualbox. Vagrant lets you create a virtual machine and run a custom setup/installation script to make installation easier and faster.