Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. 1 l
  2. 2 sudo nano /etc/gdm3/custom.conf
  3. 3 reboot
  4. 4 sudo apt update
  5. 5 sudo su
  6. 6 sudo apt install apache2
  7. 7 sudo apt install mysql-server
  8. 8 sudo apt install mysql-workbench
  9. 9 sudo apt install php7
  10. 10 sudo apt install php7.1
  11. 11 l
  12. 12 mkdir workspace
  13. 13* cd workspace
  14. 14*
  15. 15 git clone https://gitlab.telecomnancy.univ-lorraine.fr/Laurent.Bidet/PIUL.git
  16. 16 sudo apt install git
  17. 17 git clone https://gitlab.telecomnancy.univ-lorraine.fr/Laurent.Bidet/PIUL.git
  18. 18 ssh-keygen
  19. 19 cat ~/.ssh/id_rsa.pub
  20. 20 git clone git@gitlab.telecomnancy.univ-lorraine.fr/Laurent.Bidet/PIUL.git
  21. 21 git clone git@gitlab.telecomnancy.univ-lorraine.fr:Laurent.Bidet/PIUL.git
  22. 22 l
  23. 23 touch run.sh
  24. 24 nano run.sh
  25. 25 atom .
  26. 26 cd ..
  27. 27 rm -rf workspace/
  28. 28 cd /var/www/html/
  29. 29 l
  30. 30 git clone git@gitlab.telecomnancy.univ-lorraine.fr:Laurent.Bidet/PIUL.git
  31. 31 suo git clone git@gitlab.telecomnancy.univ-lorraine.fr:Laurent.Bidet/PIUL.git
  32. 32 sudo git clone git@gitlab.telecomnancy.univ-lorraine.fr:Laurent.Bidet/PIUL.git
  33. 33 mkdir PI
  34. 34 sudo mkdir PI
  35. 35 chown paraph PI/
  36. 36 sudo chown paraph PI/
  37. 37 cd PI/
  38. 38 sudo git clone git@gitlab.telecomnancy.univ-lorraine.fr:Laurent.Bidet/PIUL.git
  39. 39 git clone git@gitlab.telecomnancy.univ-lorraine.fr:Laurent.Bidet/PIUL.git
  40. 40 nano /etc/apache2/sites-available/000-default.conf
  41. 41 sudo nano /etc/apache2/sites-available/000-default.conf
  42. 42 sudo DocumentRoot /var/www/html/PI/PIUL/server/web/src
  43. 43 sudo apt install zip unzip zlib1g-dev
  44. 44 pecl
  45. 45 sudo apt install php-pear
  46. 46 pecl install redis-3.1.0
  47. 47 sudo pecl install redis-3.1.0
  48. 48 pecl channel-update pecl.php.net
  49. 49 sudo pecl channel-update pecl.php.net
  50. 50 sudo pecl install redis-3.1.0
  51. 51 history
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement