Commit graph

17 commits

Author SHA1 Message Date
Maxime 8350e57cc8
Merge pull request #178 from fbegyn/f-portable-shell-scripts
make shell scripts portable
2022-04-19 20:20:59 +02:00
mcbloch c5e9067d59 use module instead of installed bin 2022-04-19 20:19:23 +02:00
Jan-Pieter Baert b573841e49
Fix python version in first-setup script 2022-04-19 19:57:27 +02:00
Francis Begyn 4924f22b48 make shell scripts portable
The current shell scripts call `/bin/bash`. This won't work on certain
systems (`nixos` for example 👀).

By switching to `/usr/bin/env bash` these scripts become portable. As
long as `bash` environment is present on a system, the scripts will
work.
2022-04-19 19:17:27 +02:00
redfast00 1f7ddcdb33
Rip out Airbrake 2022-01-26 07:51:45 +01:00
redfast00 fad23fbeda
Add option to download menus, make DB creation easier 2020-12-04 20:21:12 +01:00
Midgard 42ac9031e6
Avoid overwriting config, make DB script robuster 2020-07-17 11:10:32 +02:00
Midgard fd5b432837
Make Airbrake/Errbit support optional 2020-07-17 11:06:37 +02:00
Midgard 323a24ece6
Add set -euo pipefail! 2020-06-21 22:04:38 +02:00
Midgard b44d34003d
Make whitespace match convention
Convention according to our EditorConfig.
2020-02-29 17:37:33 +01:00
mcbloch d254889f6d
remove old migrations, run via manager 2019-09-03 13:56:13 +02:00
Sammy Delanghe 94e0291c5a make setup script work on other debian - tiny css improvement 2019-05-31 01:07:01 +02:00
mcbloch 07895c5e87 add some nice formatting 2019-04-05 01:48:59 +02:00
mcbloch 4fe2634668 fix pip-tools dep 2019-04-05 01:29:48 +02:00
mcbloch d33dc05840 use pip-tools for dependecy management, update setup script 2019-04-05 01:25:30 +02:00
mcbloch c249bdcbd4 add venv creation to script, add to readme and gitignore 2019-04-01 23:42:59 +02:00
Jan-Pieter Baert 12d215f86f
name change, more logical game 2019-02-13 22:46:26 +01:00
Renamed from localhost.sh (Browse further)