Hébergeur de fichiers indépendant

pia.txt

À propos du fichier

Type de fichier
Fichier TXT de < 1 Ko (text/plain)
Confidentialité
Fichier public, envoyé le 19 janvier 2019 à 16:04, depuis l'adresse IP 86.217.x.x (France)
Sécurité
Ne contient aucun Virus ou Malware connus - Dernière vérification: 12 heures
Statistiques
La présente page de téléchargement a été vue 465 fois depuis l'envoi du fichier
Page de téléchargement

Aperçu du fichier


# BASE DE DONNEES

sudo apt-get install postgresql postgresql-client postgresql-server-dev-all
sudo -u postgres createuser --superuser $USER
sudo -u postgresql psql
# \password $USER
# P@ssw0rd
# P@ssw0rd
# \q
sudo -u postgres createdb pia_development

# PIA BACK

cd $PIA_HOME
# sudo apt-get build-essential zlib1g-dev liblzma-dev
sudo apt-get install git ruby-dev ruby-bundler
git clone https://github.com/atnos/pia-back.git
cd pia-back
cp config/database.example.yml config/database.yml
sed -i "s/username:/username: $USER/g" config/database.yml
sed -i "s/password:/password: P@ssw0rd/g" config/database.yml
bundle install --path bundle
bin/rake secret
echo "SECRET_KEY_BASE: abc123" > config/application.yml
bin/rake db:migrate
bin/rails s


Partager le fichier pia.txt sur le Web et les réseaux sociaux:


Télécharger le fichier pia.txt


Télécharger pia.txt