Rosterizer_Warhammer_40000_v9/wahapedia_import/README.md

17 lines
653 B
Markdown
Raw Normal View History

2022-10-24 01:35:40 -07:00
# wh40kdata
## Rough steps
Install `mysql 5.7`, if not already installed, make a database called `wahapedia`
Create `config.py` based on `example.config.py` and populate with your credentials
Install `python 3` and run `python3 updateInputData.py`
Run `python3 ingestion.py` to populate your local db
Install node, then navigate to `cd exportion` and run `npm i` to install node modules
From `exportion/`, run `npm start` to start the server, then navigate to [http://localhost:3000/](http://localhost:3000/)
Click a faction and then, in the browsers network inspector, copy the returned object to paste into a manifests (im/ex)port window