Installation
If you want to install PrCore on your local machine, please make sure you have the following requirements installed:
Then, you can follow three easy steps to install PrCore:
- Clone the PrCore repository:
git clone https://github.com/prcore/prcore.git
- Create a
.env
file from theexample.env
file in the root directory of the repository:cp example.env .env vim .env # Edit the .env file
- Run the following command to install PrCore:
cd scripts bash install.sh
After the installation is complete, you can access PrCore at localhost
with the port API_PORT
you set in the .env
file.