Skip to content

Commit

Permalink
docs: not using git lfs anymore
Browse files Browse the repository at this point in the history
didn't know github's git lfs implementation was so bad
> To remove Git LFS objects from a repository, delete and recreate the repository.
lmao
  • Loading branch information
pikdum committed Sep 7, 2024
1 parent a8ab836 commit 4aa2fea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@ vanilla private server
## running

```bash
# requires git lfs
# need elixir
git clone https://github.com/pikdum/thistle_tea.git
cd thistle_tea
mix deps.get

# need docker + expect + no running mysql/mariadb
./scripts/generate-mangos0-db.sh
# or, just download it
# wget https://pomf2.lain.la/f/jxcam7ob.sqlite -O ./db/mangos0.sqlite

# need a vanilla wow client, this is directory with WoW.exe
# this is only for generating dbc.sqlite
# also, change server to localhost in realmlist.wtf
export WOW_DIR="/path/to/vanilla/client"

Expand All @@ -46,7 +52,7 @@ iex -S mix

## required databases

- **dbc.sqlite** `./scripts/generate-dbc-db.sh`
- need to generate from wow client
- **mangos0.sqlite** `./scripts/generate-mangos0-db.sh`
- included in repo with git lfs
- can generate or download
- **dbc.sqlite** `./scripts/generate-dbc-db.sh`
- need to generate from wow client, since this can't be distributed
Empty file added db/.gitkeep
Empty file.

0 comments on commit 4aa2fea

Please sign in to comment.