Skip to content

castiron/eschol-ojs

 
 

Repository files navigation

Set up notes

  • Initialize submodules: git submodule update --init --recursive
  • Put config in place: cp config.inc.php.sample config.inc.php; cp .env.sample /env
  • Edit the .env file and make sure the two directories point to your OJS file storage (or unset)
  • Run script/up
  • Import DB: cat ignore/ojs.sql | docker compose exec -T mysql mysql -umysql -pmysql mysql

Reset Password

  • Start mailcatcher on your host
  • Use password reset flow for any account in users table
  • Temporary password will be sent in second email

Log in

There's a redirect loop unless you use this URL: http://localhost:8080/index.php/index/login?subi=no

Packages

No packages published

Languages

  • PHP 68.0%
  • Smarty 26.1%
  • XSLT 4.6%
  • CSS 0.9%
  • Shell 0.2%
  • JavaScript 0.1%
  • Other 0.1%