.
This commit is contained in:
parent
33afc8084e
commit
00c8a6c97f
20 changed files with 5527 additions and 1 deletions
17
wahapedia_import/README.md
Normal file
17
wahapedia_import/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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 browser’s network inspector, copy the returned object to paste into a manifest’s (im/ex)port window
|
||||
Loading…
Add table
Add a link
Reference in a new issue