Compare commits
2 Commits
0.0.1-oqta
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| 14cc769418 | |||
| 76feb7615d |
@@ -1,2 +1,4 @@
|
||||
#!/bin/bash
|
||||
adduser --system alumnihub
|
||||
adduser --system alumnihub
|
||||
|
||||
chown -R alumnihub:root /opt/alumnihub
|
||||
@@ -9,6 +9,8 @@ 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 -o ./alumnihub_10.0_amd64/opt/alumnihub
|
||||
|
||||
mkdir -p ./oqtane.framework/Oqtane.Server/Packages
|
||||
|
||||
echo ""
|
||||
echo "Building Modules and Themes"
|
||||
|
||||
@@ -20,6 +22,8 @@ do
|
||||
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
|
||||
|
||||
echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control
|
||||
|
||||
Reference in New Issue
Block a user