bmwcarit / komenco
komenco
Requires
- bmwcarit/silex-jira-oauth-provider: 1.0.1
- bootstrap-select/bootstrap-select: ~1.7.5
- chobie/jira-api-restclient: ~2.0
- codeception/codeception: ~2.0.16
- components/jquery: ~2.1
- datatables/datatables: ~1.10
- eternicode/bootstrap-datepicker: ~1.5.0
- guzzlehttp/guzzle: ~5.1
- icehero/silex-opauth: dev-master
- igorw/config-service-provider: 1.2.2
- knplabs/knp-menu: ~2.0
- mheap/silex-assetic: ~1.0
- monolog/monolog: >=1.0.0
- nostalgiaz/bootstrap-switch: ~3.3.2
- opauth/openid: 0.1.0
- oyejorge/less.php: ~1.7.0.9
- propel/propel: ~2.0@dev
- propel/propel-service-provider: 2.x
- silex/silex: >=1.2
- symfony/browser-kit: ~2.3,<2.7
- symfony/config: ~2.3,<2.7
- symfony/css-selector: ~2.3,<2.7
- symfony/debug: ~2.3,<2.7
- symfony/dom-crawler: ~2.3,<2.7
- symfony/finder: ~2.3,<2.7
- symfony/form: ~2.3,<2.7
- symfony/locale: ~2.3,<2.7
- symfony/monolog-bridge: ~2.3,<2.7
- symfony/options-resolver: ~2.3,<2.7
- symfony/process: ~2.3,<2.7
- symfony/security: ~2.3,<2.7
- symfony/serializer: ~2.3,<2.7
- symfony/translation: ~2.3,<2.7
- symfony/twig-bridge: ~2.3,<2.7
- symfony/validator: ~2.3,<2.7
- twbs/bootstrap: ~3.2
- twig/twig: >=1.8,<2.0-dev
- twitter/typeahead.js: ~0.10.5
README
A ready-to-rock web application foundation. No need for gory setup details - start writing beautiful applications instantly!
It is an silex application packed with numerous pre-configured services:
- OpenID based login, supporting (SimpleID and CrowdID)
- Twitter Bootstrap powered user interface
- Atlassian JIRA integration
- ORM enabled database with Propel
- Automatic resource management with Assetic
- Ready for behavior driven testing with Codeception
Installation
The most easiest way to run komenco in a self-contained way is by using the docker containers.
This will fire up an empty komenco application, which is not very exciting but will give you an idea about how it will look like. To use komenco for your own application see the usage section.
Clone the docker configuration and create the containers
git clone https://github.com/bmwcarit/komenco-docker-base.git
cd komenco-docker-base
./build.sh
cd ..
git clone --recursive https://github.com/bmwcarit/komenco-docker.git
cd komenco-docker
./setup.sh [PATH TO YOUR KOMENCO SOURCE FOLDER]
docker-composer build
Start komenco and finish the setup
docker-compose up -d
docker-compose run test run
Get the IP Address of the komenco container
docker inspect -format '{{ .NetworkSettings.IPAddress }}' komencodocker_komenco_1
Browse to http://<IP ADDRESS OF KOMENCO CONTAINER>/komenco
to access
komenco.
Usage
See the documentation for details on how to use komenco to create your own application.
License
The komenco is licensed under the MIT license (this includes provided artefacts, such as images).