Skip to content

Complete School Management System created with the CodeIgniter PHP framework

License

Notifications You must be signed in to change notification settings

marcosfermin/pencilcrunch

Repository files navigation

PencilCrunch

Complete School Management System created with the CodeIgniter PHP framework

Requirements

  • PHP 5+
  • MySQL
  • Docker 1.12.3+ (Recommended)
  • Git (Recommended)

Getting started with PencilCrunch

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.

Author

Contributions

Copyright

Copyright (C) 2016 by Marcos Fermin. MIT License (see LICENSE for details).

About

Complete School Management System created with the CodeIgniter PHP framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages