Para is a decentralized social network built on the blockchain. In this tutorial, we will guide you through the process of installing Para on Debian.
Before we begin, please make sure that you have the following:
To download Para, you need to clone the repository from GitHub. Follow these steps:
sudo apt-get install git
git clone https://github.com/paraio/para.git
The repository will be cloned in your current working directory.
Para requires a few software packages to be installed before it can be built successfully.
sudo apt-get install nodejs npm
sudo npm install -g @angular/cli
sudo npm install -g @ionic/cli
Para uses a PostgreSQL database. Follow these steps to set it up:
sudo apt-get install postgresql
sudo -u postgres psql
CREATE USER para WITH PASSWORD 'your_password';
CREATE DATABASE para;
GRANT ALL PRIVILEGES ON DATABASE para TO para;
\q
Now that you have set up the prerequisites and the database, you can build and run Para. Follow these steps:
cd para
npm install
ionic build
npm run server:build
npm run server:start
You should now be able to access Para in your web browser at http://localhost:3333
.
Congratulations! You have successfully installed Para on Debian. You can now use it to connect with others in a decentralized network built on the blockchain.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!