https://github.com/irontec/klear
Zend Framework 1 main base module for Klear Universe
https://github.com/irontec/klear
Last synced: 3 months ago
JSON representation
Zend Framework 1 main base module for Klear Universe
- Host: GitHub
- URL: https://github.com/irontec/klear
- Owner: irontec
- License: eupl-1.1
- Created: 2014-10-31T14:27:44.000Z (over 11 years ago)
- Default Branch: chloe
- Last Pushed: 2024-01-17T11:03:49.000Z (over 2 years ago)
- Last Synced: 2025-04-12T19:13:18.277Z (about 1 year ago)
- Language: CSS
- Size: 8.76 MB
- Stars: 5
- Watchers: 17
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Klear
Klear is modular a Zend Framework 1 frontend
## Installing
### Sources
You can find install instructions in [klear-tutorial](http://irontec.github.io/klear-tutorial/index.html) documentation (in Spanish).
### Binaries
Klear is also distributed as binary packages for Debian through Irontec repository
* Add Irontec repositories entry in your /etc/apt/sources.list
```
deb http://packages.irontec.com/debian chloe main
```
* Add Irontect repositories key
```
wget http://packages.irontec.com/public.key -q -O - | apt-key add -
```
* Install chloe release packages (and any required extra klear module)
```
apt-get update
apt-get install klear klear-matrix klear-library
```
## License
[EUPL v1.1](https://github.com/irontec/android-kotlin-samples/blob/master/LICENSE.txt)
```
Copyright 2012-2016 Irontec SL
Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European
Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work
except in compliance with the Licence.
You may obtain a copy of the Licence at:
http://ec.europa.eu/idabc/eupl.html
Unless required by applicable law or agreed to in writing, software distributed under
the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied. See the Licence for the specific language
governing permissions and limitations under the Licence.
```