Last updated
Last updated
Baremetal
Cloud Platforms (Recommended over Baremetal)
(Any distribution)
We recommend running the Indexer node in a cloud platform or Kubernetes to allow for flexibility. The Indexer node may require change in hardware resources and a physical machines does not allow a quick change in resources.
1. Once a Linux machine has been provisioned on a cloud or virtualization or baremetal platform, create a dedicated user to run the Indexer node. Please do not use the root
user for security purposes.
2. Add the required storage space to the home directory of the user or to the location that will be used to host the storetheindex repo.
3. Clone the "storetheindex" repo
4. Checkout the
5. Compile the binaries
6. Export the STORETHEINDEX_PATH
variable to set the repo location. You can skip this step to use the default location ~/.storetheindex
7. Initalize the repo with appropriate options.
5. Verify that PeerID
and Privkey
are part of the config
1. Once the repo has been initalized, we can start the daemon
How to setup an Indexer node