Skip to content

Latest commit

 

History

History
executable file
·
32 lines (24 loc) · 1023 Bytes

File metadata and controls

executable file
·
32 lines (24 loc) · 1023 Bytes

SLiMS 9 Bulian

SENAYAN Library Management System (SLiMS) version 9 Codename Bulian

SLiMS is free open source software for library resources management (such as books, journals, digital document and other library materials) and administration such as collection circulation, collection management, membership, stock taking and many other else.

SLiMS is licensed under GNU GPL version 3. Please read "GPL-3.0 License.txt" to learn more about GPL.

System Requirements

  • PHP version >= 8.1;
  • MySQL version 5.7 and or MariaDB version 10.3;
  • PHP GD enabled
  • PHP gettext enabled
  • PHP mbstring enabled

Running Docker Development

Using docker for running requires Docker Desktop service, as it will use Docker to create the database. Before run docker compose copy .env.example to .env for setting http port and maria db (db) port can be change on .env

You can run the test using this command :

docker compose up -d --build

Setting docker default can be change on docker-compose.yml