Skip to content
Snippets Groups Projects
Commit df333af4 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add instructions to README

parent 2c91bee6
No related branches found
No related tags found
No related merge requests found
Pipeline #15543 passed
This repository contains the structure to create the public opi screens running at the address http://pos.esss.lu.se # ESS Public OPI Screens
\ No newline at end of file
This repository contains the structure to create the public opi screens running at the address http://pos.esss.lu.se
## Development
You should use docker for development:
1. Clone the repository
2. Build the docker images
```
$ docker-compose build
```
3. Start the application
```
$ docker-compose up
```
4. Open your browser and go to http://localhost:8000
You only need to rebuild the docker images if changing the nginx configuration or python server requirements.
During development, the WebSites and PythonServer directories are mounted as volumes so you don't need to rebuild the images
when changing the code.
The docker images are automatically built by giltab-runners when pushing to GitLab.
To deploy to production, you should tag and push to GitLab:
```
$ git tag -a <x.x.x>
$ git push --tags
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment