php-do / pencilcrunch

Complete School Management System created with the CodeIgniter PHP framework

Home Page:http://www.pencilcrunch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.pencilcrunch.org

License:MIT License


Languages

Language:CSS 41.8%Language:PHP 34.7%Language:JavaScript 23.2%Language:HTML 0.3%Language:Shell 0.0%Language:ApacheConf 0.0%