Complete School Management System created with the CodeIgniter PHP framework
- PHP 5+
- MySQL
- Docker 1.12.3+ (Recommended)
- Git (Recommended)
The fastest way to get started with PC is using Docker. The pencilcrunch-docker image contains all the artifacts that you need to get up and running in minutes. Assuming you have Docker and Git already installed, all you need to do is:
git clone https://github.com/marcosfermin/pencilcrunch
cd pencilcrunch
docker build -t pencilcrunch .
docker run -d -p 80:80 pencilcrunch
In your browser open the URL http://localhost
and begin exploring PC. The default credentails are admin@example.com/1234
.
For a step-by-step guide on installing PencilCrunch please visit our Wiki.
Contributions
- Please see our Contribution Documents
- Contributors
Copyright (C) 2016 by Marcos Fermin. MIT License (see LICENSE for details).