Jahrbuch Applikation | Read-only mirror of https://github.com/StataBS/jbex — Kanton Basel-Stadt. Issues & pull requests at the source.
  • Python 98.6%
  • Shell 0.9%
  • Batchfile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-12-13 12:12:13 +01:00
.streamlit Version 0.1.0 2021-11-23 09:14:37 +01:00
data updated metadata files 2022-12-13 12:12:13 +01:00
dokumentation new version 1.2.0 2022-10-24 08:03:43 +02:00
images Version 0.0.9 vom 03.11.21 2021-11-03 16:35:30 +01:00
temp new version 1.2.0 2022-10-24 08:03:43 +02:00
.gitignore Version 0.0.9 vom 03.11.21 2021-11-03 16:35:30 +01:00
app.py change title 2022-10-25 09:09:41 +02:00
const.py numeric input and select input width 100% 2022-10-24 10:41:43 +02:00
jbex_find.py updated metadata files 2022-12-13 12:12:13 +01:00
Procfile Version 0.0.9 vom 03.11.21 2021-11-03 16:35:30 +01:00
readme.md new version 1.2.0 2022-10-24 08:03:43 +02:00
requirements.txt new version 1.2.0 2022-10-24 08:03:43 +02:00
runtime.txt Version 0.0.9 vom 03.11.21 2021-11-03 16:35:30 +01:00
setup.sh Version 0.1.0 2021-11-23 09:14:37 +01:00
start.bat Add start.bat file for starting on server 2021-11-05 17:09:32 +01:00
tools.py new version 1.2.0 2022-10-24 08:03:43 +02:00

Jahrbuch-App

Autor: Lukas Calmbach & Niklaus Baltisberger

Installation

Auf remoteserver cmd-Shell eröffnen als Admin:

  1. git clone ssh://git@evpdstata01:/jbex.git
  2. cd jbex
  3. py -3.8 -m venv env
  4. env\scripts\activate
  5. pip install -r requirements.txt --proxy=http://<user>:<pwd>@radius.bs.ch:3128

Programm starten mit:

  1. streamlit run app.py