Scat is a web-based Point-of-Sale (POS) system.
Scat POS is a web-based point-of-sale system. It is built with PHP, MySQL, and SphinxSearch.
It is currently a very rough work-in-progress and not suitable for use by anyone. (That said, it has been used by Raw Materials Art Supplies since 2012.)
Using the included docker-compose.yml
, it’s possible to get this up and running and maybe sort of working, at least enough to poke around. The steps:
docker-compose up
http://localhost:5080
(or the server name if it’s not running on your local machine)Work will continue on cleaning up the systems, removing dependencies on services that can be made optional, and otherwise making it possible that someone else could use it.