Skip to content

Clone of Betaveros' ephesus, a public hassle free puzzlehunt hosting tool

License

Notifications You must be signed in to change notification settings

turnham/ephesus-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ephesus

This is Ephesus-2, an open source to-be-running version of Betaveros' Ephesus.

It is a simple hassle free puzzle hunt upload and hosting website.

This project is currently set up to run via Heroku. A permanent site is currently in the works, once the hosting is sorted.

How to host your own Ephesus

This is hosted over Django.

Just do

pip install -r requirements.txt
cp .env.template .env

And then edit the .env file to have the correct Django variable output for yourself

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Contributor Code of Conduct

Be nice to each other. Also, everything in Contributor Covenant version 1.4

About

Clone of Betaveros' ephesus, a public hassle free puzzlehunt hosting tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.3%
  • HTML 20.3%
  • CSS 2.3%
  • Procfile 0.1%