Install Node
This page explains how to download and build the WorldLand source code and install the Worldland node.
Hardware Requirements
Minimum | Recommended | |
---|---|---|
CPU | 2+ cores | Fast CPU with 4+ cores |
RAM | 4GB | 8GB+ RAM |
Storage | 500GB free storage | 500 high-performance SSD |
Internet | 8 MBit/sec | 25+ MBit/sec |
Linux and Mac
1. Environment
Linux
We wrote the document based on Ubuntu, but it is expected to work on UNIX-like operating systems as well.
Download the basic packages needed for the build.
For building WorldLand, it requires Go (version 1.18 or later). You can install them using the following commands.
Mac
We wrote the document based on Ubuntu, but it is expected to work on UNIX-like operating systems as well.
Download the basic packages needed for the build.
For building WorldLand, it requires Go (version 1.18 or later). You can install them using the following commands.
Then Go will be installed
Check the version of Go (version 1.18 or later)
2. Installation
You can download WorldLand by cloning the WorldLand repository.
Once dependencies are installed, You can install WorldLand using the following command.
Then move to /WorldLand
, and follow this.
or to build the full suite of utilities:
Installation complete!
To run the WorldLand, write the following command.
Window
You can use the Windows Installer or build the WorldLand source code yourself.
Using Installer
Download the installer exe file from the latest release of the WorldLand repository.
If blue window like the picture below appears, click More Information and run it.
Run the downloaded installer file.
If the following error message is displayed, You must manually add the installation path to environment variables. Add the installation path to Path in your environment variables.
Add the installation path to Path in your environment variables.
Default installation path:
Installation complete!
To run the WorldLand, write the following command.
Run and Build
1. Install Chocolatey
The Chocolatey package manager provides an easy way to install the build tools you need.
Run PowerShell in administrator mode.
With PowerShell, you must ensure Get-ExecutionPolicy is not Restricted.
If it is Restricted, set it to AllSigned or Bypass.
or
Now run the following command:
Wait a few seconds for the command to complete. If you don't see any errors, you are ready to use Chocolatey!
2. Installation
Then you can run the following command from an administrator command prompt to install the build tools:
Installing these packages sets the path environment variable.
You will need to open a new command prompt to get the new path.
To install WorldLand, you can first create a Go workspace directory, then create and build the WorldLand source code.
If you get fatal: detected dubious ownership in repository at
error Execute the command below indicated in the log message.
or the build fails, run the command below and retry.
Installation complete!
To run the WorldLand, write the following command.
References:
Last updated