Linky
Linky is a web-based app that allows teachers to scaffold learning via themeboards in their classrooms and encourages k12 students to connect personal or found images with in-class learning, project homepage.
Install
- Import sql file
linky.sql
- Change database info in
app/config/database.php
- Create folders for CakePHP caching with writing permissions
app/tmp/cache
app/tmp/cache/persistent
app/tmp/cache/models
- Linky uses WideImage for manipulating images. WideImage can be updated using Composer, which comes pre-istalled in this repo. To update WideImage run
composer update
inapp
.
License
This project was grown out of EDesign Lab and released under the MIT license. See LICENSE for detail.
EDesign Lab is a collaborative of educators and technologists to prototype new forms of digital learning for k12 public education. This prototype has been developed through a rapid design cycle, user tested with youth, and built with a focus on educator and learner voices/ needs. Our goal is to offer a blueprint for digital learning applications; we encourage contributions to this project as well as independent forks that can change the future of education.