iroha Board is a Simple and Easy-to-Use Open Source LMS. [Japanese / 日本語]
https://irohaboard.irohasoft.jp/
- PHP : 5.4 or later
- MySQL : 5.1 or later
- CakePHP : 2.10.x
- Download the source of iroha Board. https://github.com/irohasoft/irohaboard/releases
- Download the source of CakePHP. https://github.com/cakephp/cakephp/releases/tag/2.10.13
- Make [cake] directory on your web server and upload the source of CakePHP.
- Upload the source of iroha Board to public direcotry on your web server.
/cake
┗ /lib
/public_html
┣ /Config
┣ /Controller
┣ /Model
┣ ・・・
┣ /View
┗ /webroot - Modify the database configuration on Config/database.php file. Make sure you have created an empty database on you MySQL server.
- Open http://(your-domain-name)/install on your web browser.
- Learning.
- Take tests.
- Show learning records.
- Show informations from teachers.
- Manage users.
- Manage user groups.
- Manage informations.
- Manage courses.
- Manage learning contents.
- Manage tests.
- Manage records.
- System setting
GPLv3