Skip to content

Install the application PIA

Kevin Beyrand edited this page Feb 16, 2024 · 12 revisions

Clone project and install dependencies

  • Clone the PIA project from the LINCnil repository: cd ~/ && git clone https://github.com/LINCnil/pia.git

  • Move the folder inside /var/www: sudo mv pia /var/www

  • Go inside the folder: cd /var/www/pia

  • Download dependencies: yarn install

  • Then, build a production version with: yarn prod (this will create a dist/pia-angular directory).