PIA
https://www.cnil.fr/en/privacy-impact-assessment-pia benötigte Software für debian 9 (stretch): apt-get install net-tools curl git postgresql exim4 ruby curl -sL https://deb.nodesource.com/setup_12.x | bash - apt-get update apt-get install npm nodejs apt-get install node-global-modules apt-get install build-essentials make gcc apt-get install yarn apt-get install apache2 libaprutil1-ldap libldap-2.4-2 eigenen Benutzer pia anlegen useradd -m pia
damit anmelden und da alles rein pullen. git clone https://github.com/atnos/pia-back.git git clone https://github.com/LINCnil/pia.git npm install save-svg-as-png #npm install node-sass@4.11.0 npm install sass-loader npm install @angular/common@^6.0.0-rc.0 npm install -g @angular/cli npm install -g @angular-devkit/build-angular npm install -g @angular/cli npm install -g @angular/compiler-cli npm install -g @angular/compiler npm install -g typescript npm install -g @angular/cli npm install -g npm@latest npm install -g @angular/cli npm install -g node-sass npm install -g @angular/core npm install -g rxjs npm install -g @angular/animations npm install -g @angular/core npm install -g @angular/forms npm install -g @angular/language-service npm install -g @angular/platform-browser npm install -g rxjs@^6.0.0 cd pia-back Konfiguration bearbeiten und aktivieren: cp config/database.example.yml config/database.yml secret erstellen: bin/rake secret >>config/application.example.yml #datei editieren! mv config/application.example.yml config/application.yml bin/setup #RAILS_ENV=production bin/rake db:create
postgresbenutzer anlegen create user my_pia_user with encrypted password 'blablasecret';
postgres weiter konfigurieren vi /etc/postgresql/9.6/main/pg_hba.conf
Es muss ein Verzeichnis
Datei
dann als root die Dienste starten: systemctl restart postgresql systemctl restart pia-back systemctl restart pia
Datei
Dann als root Reverseproxysite starten: a2enmod proxy proxy_http ldap authnz_ldap a2dissite 000-default.conf a2ensite pia-proxy.conf systemctl restart apache2
Dann von einem entfernten Webbrowser http://meinPIAsrv öffnen. |