Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 969 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 969 Bytes

Polymath

Polymath is a web server designed to host resource packs of the Oraxen plugin.

How to use Polymath

  • Clone the project git clone [email protected]:oraxen/Polymath or git clone https://github.com/oraxen/Polymath

  • Cd in the directory cd ./Polymath

  • Install nix Follow this tutorial (you only need nix, not nixos): https://nixos.org/download.html On linux this is just this command: sh <(curl -L https://nixos.org/nix/install) --daemon On macos: sh <(curl -L https://nixos.org/nix/install) You can check the website to get it working on windows or docker.

  • Install the required libs If you installed nix, just type: nix-shell If you didn't install nix, you need to install Python 3.8 with those packages:

cython
aiohttp
toml
  • Build polymath
./build.sh
  • Run a first time sh ./run

  • Configure the file polymath/config/settings.toml

  • Run a second time sh ./run

  • Polymath should now be running