Compare commits
10 Commits
3be0ab1dff
...
17185a3984
Author | SHA1 | Date | |
---|---|---|---|
![]() |
17185a3984 | ||
![]() |
3ca17eeb91 | ||
![]() |
16d94a428f | ||
![]() |
e65a481f91 | ||
![]() |
fe4fa8b319 | ||
![]() |
c88b1c6d10 | ||
![]() |
8d30e9569d | ||
![]() |
14f1f4c8b4 | ||
![]() |
8bbfb050d3 | ||
![]() |
33b1f2f30a |
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Usa la imagen oficial de Nginx
|
||||||
|
FROM nginx:alpine
|
||||||
|
|
||||||
|
# Copia los archivos del proyecto al directorio que Nginx usa como raíz
|
||||||
|
COPY . /usr/share/nginx/html
|
||||||
|
|
||||||
|
# Expone el puerto 80
|
||||||
|
EXPOSE 80
|
4
README.md
Executable file → Normal file
@ -1,8 +1,6 @@
|
|||||||
# Ema Libre - Visor (Ronsoco)
|
# Ema Libre - Visor (Ronsoco)
|
||||||
|
|
||||||
[](https://ema.gugler.com.ar/)
|
[](https://ema.gugler.com.ar/)
|
||||||
|
|
||||||
[](https://travis-ci.org/joemccann/dillinger)
|
|
||||||
|
|
||||||
> EMA Libre es un proyecto de software libre mantenido y desarrollado por el Laboratorio de Investigación GUGLER perteneciente a la Facultad de Ciencia y Tecnología de la Universidad Autónoma de Entre Ríos, además participan colaboradores y becados pertenecientes a la misma universidad, como así también asesores externos.
|
> EMA Libre es un proyecto de software libre mantenido y desarrollado por el Laboratorio de Investigación GUGLER perteneciente a la Facultad de Ciencia y Tecnología de la Universidad Autónoma de Entre Ríos, además participan colaboradores y becados pertenecientes a la misma universidad, como así también asesores externos.
|
||||||
Este proyecto consiste en el desarrollo de un conjunto de sistemas o módulos libres, que decidimos licenciar bajo la licencia GPLv3. Cada uno de estos módulos resuelven los tres aspectos fundamentales: la captura y envió de datos meteorológicos de estaciones automáticas, el almacenamiento y validación de los mencionados datos y por último el procesamiento y publicación. Los tres sistemas están complementados entre sí, haciendo que cada parte de este proyecto sea igual de importante.
|
Este proyecto consiste en el desarrollo de un conjunto de sistemas o módulos libres, que decidimos licenciar bajo la licencia GPLv3. Cada uno de estos módulos resuelven los tres aspectos fundamentales: la captura y envió de datos meteorológicos de estaciones automáticas, el almacenamiento y validación de los mencionados datos y por último el procesamiento y publicación. Los tres sistemas están complementados entre sí, haciendo que cada parte de este proyecto sea igual de importante.
|
||||||
|
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- "8084:80"
|
||||||
|
volumes:
|
||||||
|
- .:/usr/share/nginx/html
|
0
imgs/Pna.jpg
Executable file → Normal file
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
0
imgs/Pna2.jpg
Executable file → Normal file
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB |
0
imgs/Pna3.jpg
Executable file → Normal file
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
0
imgs/info-circle-solid.png
Executable file → Normal file
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -37,7 +37,7 @@
|
|||||||
<br /> <br />
|
<br /> <br />
|
||||||
<img src="./imgs/carpincho-Logo-EMALibre.png" class="img-fluid img-responsive "
|
<img src="./imgs/carpincho-Logo-EMALibre.png" class="img-fluid img-responsive "
|
||||||
style="float: none !important;">
|
style="float: none !important;">
|
||||||
<h6> v1.25</h6>
|
<h6> v1.27</h6>
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-9">
|
||||||
@ -88,7 +88,7 @@
|
|||||||
<div class="col-4" align="center">
|
<div class="col-4" align="center">
|
||||||
<figure>
|
<figure>
|
||||||
<a
|
<a
|
||||||
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-gui/emalibre-gui_1.25_amd64.deb">
|
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-gui/emalibre-gui_1.27_amd64.deb">
|
||||||
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
||||||
src="./imgs/deb.png" alt="EMA Libre Carpincho GUI" width='80' height='80'>
|
src="./imgs/deb.png" alt="EMA Libre Carpincho GUI" width='80' height='80'>
|
||||||
<!---->
|
<!---->
|
||||||
@ -100,7 +100,7 @@
|
|||||||
<div class="col-4" align="center">
|
<div class="col-4" align="center">
|
||||||
<figure>
|
<figure>
|
||||||
<a
|
<a
|
||||||
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-web/emalibre-web_1.25_amd64.deb">
|
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-web/emalibre-web_1.27_amd64.deb">
|
||||||
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
||||||
src="./imgs/deb.png" alt="EMA Libre Carpincho GUI" width='80' height='80'>
|
src="./imgs/deb.png" alt="EMA Libre Carpincho GUI" width='80' height='80'>
|
||||||
<!---->
|
<!---->
|
||||||
@ -111,7 +111,7 @@
|
|||||||
<div class="col-4" align="center">
|
<div class="col-4" align="center">
|
||||||
<figure>
|
<figure>
|
||||||
<a
|
<a
|
||||||
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-console/emalibre-console_1.25_amd64.deb">
|
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-console/emalibre-console_1.27_amd64.deb">
|
||||||
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
||||||
src="./imgs/deb.png" alt="EMA Libre Carpincho Console" width='80'
|
src="./imgs/deb.png" alt="EMA Libre Carpincho Console" width='80'
|
||||||
height='80'>
|
height='80'>
|
||||||
@ -168,7 +168,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<figure align="center">
|
<figure align="center">
|
||||||
<a
|
<a
|
||||||
href="https://nube.gugler.com.ar/index.php/s/dpOA4iZs9GIUUKg/download?path=%2FWindows/EMA_Carpincho_v1.23.tar.gz">
|
href="https://nube.gugler.com.ar/index.php/s/dpOA4iZs9GIUUKg/download?path=%2FWindows/EMA_Carpincho_v1.27.tar.gz">
|
||||||
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
||||||
src="./imgs/download.png" alt="Logo" width='80' height='80'>
|
src="./imgs/download.png" alt="Logo" width='80' height='80'>
|
||||||
</a>
|
</a>
|
||||||
@ -196,7 +196,7 @@
|
|||||||
<div class="col-4" align="center">
|
<div class="col-4" align="center">
|
||||||
<figure>
|
<figure>
|
||||||
<a
|
<a
|
||||||
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-gui/emalibre-gui_1.25_armhf.deb">
|
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-gui/emalibre-gui_1.27_armhf.deb">
|
||||||
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
||||||
src="./imgs/deb.png" alt="EMA Libre Carpincho GUI" width='80' height='80'>
|
src="./imgs/deb.png" alt="EMA Libre Carpincho GUI" width='80' height='80'>
|
||||||
</a>
|
</a>
|
||||||
@ -207,7 +207,7 @@
|
|||||||
<div class="col-4" align="center">
|
<div class="col-4" align="center">
|
||||||
<figure>
|
<figure>
|
||||||
<a
|
<a
|
||||||
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-web/emalibre-web_1.25_armhf.deb">
|
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-web/emalibre-web_1.27_armhf.deb">
|
||||||
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
||||||
src="./imgs/deb.png" alt="EMA Libre Carpincho Console" width='80'
|
src="./imgs/deb.png" alt="EMA Libre Carpincho Console" width='80'
|
||||||
height='80'>
|
height='80'>
|
||||||
@ -218,7 +218,7 @@
|
|||||||
<div class="col-4" align="center">
|
<div class="col-4" align="center">
|
||||||
<figure>
|
<figure>
|
||||||
<a
|
<a
|
||||||
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-console/emalibre-console_1.25_armhf.deb">
|
href="http://deb.gugler.com.ar/pool/contrib/e/emalibre-console/emalibre-console_1.27_armhf.deb">
|
||||||
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
<img class="wow flip img-fluid img-responsive" data-wow-duration="2s"
|
||||||
src="./imgs/deb.png" alt="EMA Libre Carpincho Console" width='80'
|
src="./imgs/deb.png" alt="EMA Libre Carpincho Console" width='80'
|
||||||
height='80'>
|
height='80'>
|
||||||
|