You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.. | ||
source | 3 years ago | |
Jenkinsfile | 2 months ago | |
README.Debian | 2 years ago | |
changelog | 1 year ago | |
compat | 3 years ago | |
composer.json | 1 year ago | |
control | 1 year ago | |
copyright | 2 years ago | |
php-vitexsoftware-ease-bootstrap4-doc.conf | 2 years ago | |
php-vitexsoftware-ease-bootstrap4-doc.install | 2 years ago | |
php-vitexsoftware-ease-bootstrap4.install | 2 years ago | |
php-vitexsoftware-ease-bootstrap4.postinst | 2 years ago | |
rules | 1 year ago |
README.Debian
Ease framework TWB4 for Debian
------------------------------
Is installed by standard way in /usr/share/php/EaseTWB4
Then you can use system wide installed libraries in your package using this
minimal template of composer.json
```
{
"name": "deb/your-package",
"description": "App using Ease framework installed as debian package",
"config": {
"vendor-dir": "/var/lib/your-package"
},
"require": {
"deb/ease-core": "*",
"deb/ease-html": "*",
"deb/ease-bootstrap4": "*"
},
"repositories": [
{
"type": "path",
"url": "/usr/share/php/EaseCore",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "/usr/share/php/EaseHtml",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "/usr/share/php/EaseTWB4",
"options": {
"symlink": true
}
}
]
}
```
-- Vítězslav Dvořák <vitex@hippy.cz> Ne říj 21 15:17:56 CEST 2012