Procházet zdrojové kódy

Update info (php7.3 + todo + ubuntu18)

Andrea Pollastri před 6 roky
rodič
revize
bb65a757c1
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,6 +1,6 @@
 # CIPI
 ### LAMP AUTO-DEPLOY ON LINUX UBUNTU SERVER
-Install PHP 7.2, MySql 5.7, phpmyadmin, Let's encrypt, fail2ban and other on an empty Linux Ubuntu VPS.
+Install PHP 7.3, MySql 5.7, phpmyadmin, Let's encrypt, fail2ban and other on an empty Linux Ubuntu VPS.
 
 More info on [http://andreapollastri.net/docs/cipi](http://andreapollastri.net/docs/cipi)
 
@@ -12,7 +12,7 @@ Run it as root on an empty Linux Ubuntu 18.04 server:
 To create a virtual host:
 > sudo sh /cipi/host-add.sh -d DOMAIN.EXT
 
-This script generates one SFTP/SSH user, one document root, one SSL certificate, one MySql DB and one MySql user for DOMAIN and WWW.DOMAIN.
+This script generates one SFTP/SSH user, one document root, one SSL certificate, one MySql DB and one MySql user for DOMAIN.EXT and WWW.DOMAIN.EXT
 
 #### Delete a Virtual host
 To remove a virtual host (and its user)
@@ -40,4 +40,4 @@ To change an user SSH/SFTP and MySql passwords:
 - VPS automated websites backups and dbs dumps!
 - HTML admin interface
 - Multi-server support
-- Git Support
+- Git Support (git clone, git branch, cp -r /GITFOLDER/* /PUBLICFLODER/, make .sh scripts)