| ... | @@ -4,41 +4,41 @@ |
... | @@ -4,41 +4,41 @@ |
|
|
|
|
|
|
|
The easiest to start with is to use an existing SIB application and build it with your own configuration.
|
|
The easiest to start with is to use an existing SIB application and build it with your own configuration.
|
|
|
|
|
|
|
|
* [How to build an existing SIB application](build_sib_application)
|
|
* [How to build an existing SIB application](./build_sib_application)
|
|
|
|
|
|
|
|
Of course, to fit your needs you can also get your own app.
|
|
Of course, to fit your needs you can also get your own app.
|
|
|
|
|
|
|
|
* [How to develop a new SIB application](develop_sib_application)
|
|
* [How to develop a new SIB application](./develop_sib_application)
|
|
|
|
|
|
|
|
## Deploying SIB application
|
|
## Deploying SIB application
|
|
|
|
|
|
|
|
Before deploying any SIB application you will need SIB servers able to provide all capabilities your application relies on.
|
|
Before deploying any SIB application you will need SIB servers able to provide all capabilities your application relies on.
|
|
|
|
|
|
|
|
* [How to setup a SIB server](install_sib_server)
|
|
* [How to setup a SIB server](./install_sib_server)
|
|
|
|
|
|
|
|
The deployment itself can be done manually dropping the application bundle you built or you can go for a automatic deployment.
|
|
The deployment itself can be done manually dropping the application bundle you built or you can go for a automatic deployment.
|
|
|
|
|
|
|
|
* [How to deploy a SIB application](deploy_sib_application)
|
|
* [How to deploy a SIB application](./deploy_sib_application)
|
|
|
|
|
|
|
|
## Developing your components
|
|
## Developing your components
|
|
|
|
|
|
|
|
When developing a new SIB application you can use existing components or create your owns.
|
|
When developing a new SIB application you can use existing components or create your owns.
|
|
|
|
|
|
|
|
* [How to develop SIB components](develop_sib_components)
|
|
* [How to develop SIB components](./develop_sib_components)
|
|
|
|
|
|
|
|
## Developing your LDP packges
|
|
## Developing your LDP packges
|
|
|
|
|
|
|
|
* [How to develop LDP packages](develop_sib_ldp_packages)
|
|
* [How to develop LDP packages](./develop_sib_ldp_packages)
|
|
|
|
|
|
|
|
## SIB in docker
|
|
## SIB in docker
|
|
|
|
|
|
|
|
* [How to run SIB in docker containers](sib_in_containers)
|
|
* [How to run SIB in docker containers](./sib_in_containers)
|
|
|
|
|
|
|
|
## Contributing
|
|
## Contributing
|
|
|
|
|
|
|
|
* [Architecture overview](architecture_overview)
|
|
* [Architecture overview](./architecture_overview)
|
|
|
* [Convention for commit messages](commit_message_convention)
|
|
* [Convention for commit messages](./commit_message_convention)
|
|
|
* [Release workflow](release_workflow)
|
|
* [Release workflow](./release_workflow)
|
|
|
* How to merge `alpha` in `master` ?
|
|
* How to merge `alpha` in `master` ?
|
|
|
* How next `alpha` release is elected ?
|
|
* How next `alpha` release is elected ?
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |