anduin / Multitenant MoongladePure
1 likes
0 forks
1 files
Last active
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 |
Newer
Older