anduin / Server Init
1 j'aimes
0 forks
3 fichiers
Dernière activité
Init a server from cloud provider
1 | #!/usr/bin/env bash |
2 | #=============================================================================== |
3 | # Concise server preparation script with error confirmation (idempotent) |
4 | #=============================================================================== |
5 | |
6 | set -euo pipefail |
7 | export LC_ALL=C |
8 | export LANG=en_US.UTF-8 |
9 | export DEBIAN_FRONTEND=noninteractive |
anduin / Multitenant MoongladePure
1 j'aimes
0 forks
1 fichiers
Dernière activité
Implement multitenant moonglade pure
1 | # Runs on each web machine. |
2 | #!/bin/bash |
3 | sudo apt install jq dotnet7 -y |
4 | |
5 | echo "Cleaning up..." |
6 | rm -rf /home/anduin/build |
7 | mkdir -p /home/anduin/build |
8 | |
9 | echo "Downloading source code..." |
10 | wget https://gitlab.aiursoft.cn/aiursoft/moongladepure/-/archive/master/moongladepure-master.tar.gz -O /home/anduin/build/moongladepure-master.tar.gz |
Plus récent
Plus ancien