Compare commits
6 Commits
0.0.1-oqta
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| 14cc769418 | |||
| 76feb7615d | |||
| c3d521e5a0 | |||
| b7b950d4ac | |||
| 4fd49d0ea0 | |||
| 458514e04b |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -19,3 +19,6 @@
|
||||
[submodule "Module.PremiumArea"]
|
||||
path = Module.PremiumArea
|
||||
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Module.PremiumArea.git
|
||||
[submodule "fixProps"]
|
||||
path = fixProps
|
||||
url = https://github.com/oqtane/oqtane.FixProps
|
||||
|
||||
Submodule Module.AdminModules updated: 002b3cafff...a94527f294
Submodule Module.EventRegistration updated: 9b1ea5ada1...0a3890e411
Submodule Module.HallOfFame updated: 2d8c6736a7...7d11271d7c
Submodule Module.PremiumArea updated: 0942f0b308...4a1d334a5c
Submodule Theme.SZUAbsolventenverein updated: 5b52989230...481544069a
@@ -1,2 +1,4 @@
|
||||
#!/bin/bash
|
||||
adduser --system alumnihub
|
||||
adduser --system alumnihub
|
||||
|
||||
chown -R alumnihub:root /opt/alumnihub
|
||||
1
fixProps
Submodule
1
fixProps
Submodule
Submodule fixProps added at 10f645be52
13
run-build.sh
13
run-build.sh
@@ -2,18 +2,27 @@
|
||||
VERSION="$1"
|
||||
DEBIAN_PACKAGE_PATH="$2"
|
||||
|
||||
echo "Building oqtane.framework"
|
||||
|
||||
dotnet restore ./oqtane.framework/Oqtane.slnx
|
||||
dotnet build ./oqtane.framework/Oqtane.slnx
|
||||
dotnet build -c Release ./oqtane.framework/Oqtane.slnx
|
||||
dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj
|
||||
dotnet publish -c Release ./oqtane.framework/Oqtane.Server/Oqtane.Server.csproj -o ./alumnihub_10.0_amd64/opt/alumnihub
|
||||
|
||||
mkdir -p ./oqtane.framework/Oqtane.Server/Packages
|
||||
|
||||
echo ""
|
||||
echo "Building Modules and Themes"
|
||||
|
||||
for module in $(ls . | grep -E 'Module|Theme')
|
||||
do
|
||||
echo "######## Building $module"
|
||||
dotnet restore ./$module/*.slnx
|
||||
dotnet build -c Release ./$module/*.slnx
|
||||
dotnet publish -c Release ./$module/*.slnx
|
||||
done
|
||||
|
||||
|
||||
cp ./oqtane.framework/Oqtane.Server/Packages ./alumnihub_10.0_amd64/opt/alumnihub/Packages
|
||||
|
||||
echo $VERSION $DEBIAN_PACKAGE_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user