Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imio/docker-teleservices
Docker container for Publik components
https://github.com/imio/docker-teleservices
jenkins-pipeline
Last synced: 5 days ago
JSON representation
Docker container for Publik components
- Host: GitHub
- URL: https://github.com/imio/docker-teleservices
- Owner: IMIO
- License: gpl-3.0
- Created: 2016-05-31T06:49:30.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T07:18:42.000Z (9 months ago)
- Last Synced: 2024-04-22T08:33:54.388Z (9 months ago)
- Topics: jenkins-pipeline
- Language: Python
- Homepage:
- Size: 4.03 MB
- Stars: 4
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo is a package of some [entr'ouvert](https://www.entrouvert.com) products.
It's a docker-compose based project to allow locally usage of e-guichet project.### Requirements
docker-compose 1.6 or above
### Usage
* Add required host names to your /etc/hosts file, for example:
sudo sh -c "echo '127.0.0.1 local-hobo.example.net local-auth.example.net local-formulaires.example.net local.example.net local-portail-agent.example.net local-documents.example.net local-passerelle.example.net local-agendas.example.net' >> /etc/hosts"
* Compose and run the container image
docker-compose run localteleservices
* Go to http://local.example.net with you favorite browser, an admin account is
setup, username is "admin" and password is "password" (without the quotes).### Development
You can clone modules into the src/ directory and they will automatically be
used in the container environment.Supported modules are:
* combo
* imio-publik-themes (hence publik-base-theme)
* passerelle
* passerelle-imio-tax-compute
* passerelle-imio-ia-aesServices will be run in django-runserver mode, and can be seen in a screen
session running in the container.docker exec -ti dockerteleservices_localteleservices_1 bash
script -c "screen -r"