Dies und ein Skript SH, um einen vollständigen OpenSim-Server zu installieren
putty-Befehl
nano install.sh
Kopieren Einfügen
Strg o, dann m, dann x
#OpenSim_0.9.3
#apt install dos2unix
#dos2unix install.sh
#chmod +x install.sh
#./install.sh
sudo apt install libgdiplus wine screen zip unzip -y
sudo apt install apache2 curl subversion php7.4 php7.4-gd php7.4-zip libapache2-mod-php7.4 php7.4-curl php7.4-mysql php7.4-xmlrpc php-pear mariadb-server-10.3 php7.4-mbstring git php-bcmath -y
sudo sed -i "s/^bind-address.*/bind-address=0.0.0.0/g" "/etc/mysql/mariadb.conf.d/50-server.cnf"
sudo mysql_secure_installation
sudo apt install phpmyadmin
wget https://packages.microsoft.com/config/ub...t-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt update
sudo apt install dotnet-runtime-deps-6.0
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
chmod +x ./dotnet-install.sh
./dotnet-install.sh --version latest
./dotnet-install.sh --version latest --runtime aspnetcore
./dotnet-install.sh --channel 5.0
./dotnet-install.sh --channel 6.0
./dotnet-install.sh --channel 7.0
./dotnet-install.sh --channel 8.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-5.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-6.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-7.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-8.0
sudo apt install -y dotnet-runtime-5.0
sudo apt install -y dotnet-runtime-6.0
sudo apt install -y dotnet-runtime-7.0
sudo apt install -y dotnet-runtime-8.0
sudo apt install zlib1g
wget https://packages.microsoft.com/config/ub...t-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt update && \
sudo apt install -y dotnet-sdk-5.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-5.0
sudo apt install -y dotnet-runtime-5.0
sudo apt update && \
sudo apt install -y dotnet-sdk-6.0
sudo apt install -y dotnet-runtime-6.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-6.0
sudo apt update && \
sudo apt install -y dotnet-sdk-7.0
sudo apt install -y dotnet-runtime-7.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-7.0
sudo apt update && \
sudo apt install -y dotnet-sdk-8.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-8.0
sudo apt install -y dotnet-runtime-8.0
sudo apt install zlib1g
sudo apt install python-setuptools
sudo apt install nant libmono-microsoft-visualbasic10.0-cil
dotnet tool install -g dotnet-script
sudo apt install libopenblas-base
git clone git://opensimulator.org/git/opensim opensim
cd opensim
svn co http://www.nsl.tuis.ac.jp/svn/opensim/op...ency/trunk opensim.currency
cd opensim/addon-modules/
wget http://royalgrid.servegame.com/modules-dotnet.zip
unzip modules-dotnet.zip
cd
cd opensim
git checkout dotnet6
./runprebuild.sh
dotnet build --configuration Release OpenSim.sln
cd opensim.currency
./runprebuild.net.sh
./build.net.sh
./build_opensim.sh
#sudo mysql -u root -p
#use mysql;
#select User,Password,Plugin from user where User='root';
#SET PASSWORD FOR 'root'@'localhost' = PASSWORD('opensim');
#UPDATE user SET plugin='mysql_native_password' WHERE User='root';
#flush privileges;
#exit;
putty-Befehl
nano install.sh
Kopieren Einfügen
Strg o, dann m, dann x
#OpenSim_0.9.3
#apt install dos2unix
#dos2unix install.sh
#chmod +x install.sh
#./install.sh
sudo apt install libgdiplus wine screen zip unzip -y
sudo apt install apache2 curl subversion php7.4 php7.4-gd php7.4-zip libapache2-mod-php7.4 php7.4-curl php7.4-mysql php7.4-xmlrpc php-pear mariadb-server-10.3 php7.4-mbstring git php-bcmath -y
sudo sed -i "s/^bind-address.*/bind-address=0.0.0.0/g" "/etc/mysql/mariadb.conf.d/50-server.cnf"
sudo mysql_secure_installation
sudo apt install phpmyadmin
wget https://packages.microsoft.com/config/ub...t-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt update
sudo apt install dotnet-runtime-deps-6.0
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
chmod +x ./dotnet-install.sh
./dotnet-install.sh --version latest
./dotnet-install.sh --version latest --runtime aspnetcore
./dotnet-install.sh --channel 5.0
./dotnet-install.sh --channel 6.0
./dotnet-install.sh --channel 7.0
./dotnet-install.sh --channel 8.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-5.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-6.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-7.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-8.0
sudo apt install -y dotnet-runtime-5.0
sudo apt install -y dotnet-runtime-6.0
sudo apt install -y dotnet-runtime-7.0
sudo apt install -y dotnet-runtime-8.0
sudo apt install zlib1g
wget https://packages.microsoft.com/config/ub...t-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt update && \
sudo apt install -y dotnet-sdk-5.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-5.0
sudo apt install -y dotnet-runtime-5.0
sudo apt update && \
sudo apt install -y dotnet-sdk-6.0
sudo apt install -y dotnet-runtime-6.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-6.0
sudo apt update && \
sudo apt install -y dotnet-sdk-7.0
sudo apt install -y dotnet-runtime-7.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-7.0
sudo apt update && \
sudo apt install -y dotnet-sdk-8.0
sudo apt update && \
sudo apt install -y aspnetcore-runtime-8.0
sudo apt install -y dotnet-runtime-8.0
sudo apt install zlib1g
sudo apt install python-setuptools
sudo apt install nant libmono-microsoft-visualbasic10.0-cil
dotnet tool install -g dotnet-script
sudo apt install libopenblas-base
git clone git://opensimulator.org/git/opensim opensim
cd opensim
svn co http://www.nsl.tuis.ac.jp/svn/opensim/op...ency/trunk opensim.currency
cd opensim/addon-modules/
wget http://royalgrid.servegame.com/modules-dotnet.zip
unzip modules-dotnet.zip
cd
cd opensim
git checkout dotnet6
./runprebuild.sh
dotnet build --configuration Release OpenSim.sln
cd opensim.currency
./runprebuild.net.sh
./build.net.sh
./build_opensim.sh
#sudo mysql -u root -p
#use mysql;
#select User,Password,Plugin from user where User='root';
#SET PASSWORD FOR 'root'@'localhost' = PASSWORD('opensim');
#UPDATE user SET plugin='mysql_native_password' WHERE User='root';
#flush privileges;
#exit;