Skip to content
forked from MineID/MineID

Secure, Open-Source OAuth Provider for Minecraft Authentication

License

Notifications You must be signed in to change notification settings

rbrenton/MineID

 
 

Repository files navigation

MineID

Open Source OAuth Provider for Minecraft

Install

1. Clone the repository

git clone https://github.com/MineID/MineID.git

2. Create a virtual environment

This step is optional but highly recommended.

cd MineID
virtualenv .venv
source .venv/bin/activate

3. Install dependencies and sync database

pip install -r requirements_core.txt
python manage.py syncdb --migrate --noinput --settings=mineid.dev_settings

Run

python manage.py runserver 0:8000 --settings=mineid.dev_settings

Upgrade

1. Pull changes

Pull from the stable branch:

git pull origin stable

or from a specific version:

git checkout v1.0

2. Install dependencies and sync database

Repeat the step 3 from installation.

License

LGPL (See LICENSE file for more info)

About

Secure, Open-Source OAuth Provider for Minecraft Authentication

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.6%
  • HTML 27.6%
  • CSS 9.5%
  • JavaScript 4.3%