anduin / Multitenant MoongladePure
                            
                            1 喜欢
                        
                        
                            
                            0 派生
                        
                        
                            
                            1 文件
                        
                    最后活跃于 2 years ago
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 | 
    
    
        
        上一页
    
    
    下一页