Skip to content

pjotrok/jorani-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jorani-docker

Docker for Jorani (Leave Management System)

You can either:

  • run Jorani and mysql altogether with docker-compose: make
  • run Jorani by itself and point to an existing database docker build -t jorani:latest . && docker run -d -p 8080:80 -e MYSQL_HOST=localhost -e MYSQL_USER=root -e MYSQL_PASSWORD=password -e MYSQL_DATABASE=lms jorani:latest

About

Docker for Jorani (Leave Management System)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 83.2%
  • PHP 15.1%
  • Makefile 1.7%