1. Download the latest Uos installer here
2. Run the installer, follow its instructions and run the Uos in the end or using Start Menu item
3. The Uos icon will appear in the Notification Area (system tray)
4. Open firewall settings and allow incoming TCP connections for 11001 and 11000 ports for nexuswin.exe executable
1. Download the latest Uos build here
2. Unpack downloaded archive to any empty folder on the disk.
3 Open firewall settings and allow incoming TCP connections for 11001 and 11000 ports for nexus.dll executable
4. Run the following command to start the node
{InstallationPath}/nexuswin.exe run
1. Create 'uos' directory
sudo mkdir -p /usr/lib/uos/ && cd /usr/lib/uos
2. Download the latest Uos distribution package.
sudo wget NOT_AVAILABLE
3. Extract the distributive archive.
sudo unzip NOT_AVAILABLE
4. Allow incoming TCP connections for 11001 and 11000 ports
...
5. Run the following command to start the node
/usr/bin/dotnet {InstallationPath}/nexus.dll run
1. Download the latest Uos archive, extract and set up permissions:
curl NOT_AVAILABLE -o uos.zip sudo unzip uos.zip -d /usr/local/uos sudo chown -R $USER /usr/local/uos
2. Allow incoming TCP connections for 11001 and 11000 ports
...
3. Run the following command to start the node
/usr/local/share/dotnet/dotnet {InstallationPath}/nexus.dll run
The following platform was used to test Uos docker container:
Docker is a common container runtime that will easily run Ultranet software. If you are running Linux, ensure you have installed the Docker Engine. If you are running Window or MacOS be free to install Docker Desktop for Windows, MacOS respectively.
The latest Node Sun container will be pulled out and installed at the first its run by the command:
docker run -ti --rm -v ${HOME}:/root mightywill/uos:latest run