PointNetwork Dashboard serves the purpose of installing, configuring and monitoring the multiple components that are part of the PointNetwork ecosystem.
You can first try to install all of the required
commands/dependencies/etc. using one of the installation scripts that
we provide in this repository. If a script is not working for you or
if we don't have an installation script for your operating system yet,
please check the section below (Manual Installation
).
If you're on Windows, please set the execution policy to
RemoteSigned
in a PowerShell terminal first: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
and then run the Windows installation
script.
Step | Debian/Ubuntu | Windows | MacOs |
---|---|---|---|
Name of the script | install-debian.sh |
install-windows.ps1 |
install-mac.sh |
Install commands | ✅ | ✅ | ❌ |
Create directories | ✅ | ❌ | ✅ |
Clone repositories | ✅ | ❌ | ✅ |
Desktop Link | ❌ | ❌ | ❌ |
Run the dashboard | ✅ | ❌ | ✅ |
Install Firefox | ❌ | ❌ | ❌ |
- You'll need to have installed:
git
,nvm
(or justnode
14),docker
,docker-compose
. The installation of these commands highly depend on your operating system. For Windows, use PowerShell to have a more consistent experience. - Create the following directories
mkdir $HOME/.point
mkdir $HOME/.point/src
mkdir $HOME/.point/software
mkdir $HOME/.point/keystore
git clone
the following repositories:git clone https://github.com/pointnetwork/pointnetwork-dashboard.git $HOME/.point/src/pointnetwork-dashboard
git clone https://github.com/pointnetwork/pointnetwork.git $HOME/.point/src/pointnetwork
- Run the dashboard:
cd $HOME/.point/src/pointnetwork-dashboard
nvm install && nvm use
(optional, if you don't havenode
14 already installed)npm install
npm startnp