Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 711 Bytes

sp5-docker README

Install

  • DO NOT use the main branch. Create your own branch first!!!

  • Clone the sp5-docker repo

    • git clone https://github.com/subjectsplus/sp5-docker.git
  • Checkout YOUR new branch

    • git checkout <my-new-sp5-docker-branch>
  • Change into directory

    • cd sp5-docker
  • Add subjectplus5 repo but NOT as a submodule

    • It is a private repo and only available by request.
    • The Directory must be called SubjectsPlus
    • It is listed on the gitignore.
  • Copy .env.default to .env

  • Run docker-compose for the first time

    • docker-compose up --build
  • Go to http://localhost:82/

  • Create Config File

    • You MUST use sp5_mysql for the database host