diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-26 14:10:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-26 14:10:40 -0500 |
commit | 6c83299916f16a429efaea4bb3d0d7c4e6c32e32 (patch) | |
tree | 8af6a3e2dc62113fef62d22d51ddee954abc3441 | |
parent | 408b67e07d595351820e8cceed0269e0f3f9d098 (diff) | |
download | librecart-6c83299916f16a429efaea4bb3d0d7c4e6c32e32.tar.lz librecart-6c83299916f16a429efaea4bb3d0d7c4e6c32e32.tar.xz librecart-6c83299916f16a429efaea4bb3d0d7c4e6c32e32.zip |
Fix platform name
-rw-r--r-- | install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install.txt b/install.txt index 76831dd..9a9c48a 100644 --- a/install.txt +++ b/install.txt @@ -14,7 +14,7 @@ INSTALL ------- These instructions are for a manual installation using FTP, cPanel or other web hosting Control Panel. -- Linux Install - +- GNU_Linux Install - 1. Upload all of the files and folders to your server from the "Upload" folder, place them in your web root. The web root is different on some servers, cPanel it should be public_html/ and on Plesk it should be httpdocs/. @@ -22,7 +22,7 @@ These instructions are for a manual installation using FTP, cPanel or other web 3. Rename config-dist.php to config.php and admin/config-dist.php to admin/config.php -4. For Linux/Unix make sure the following folders and files are writable. +4. For GNU_Linux/Unix make sure the following folders and files are writable. chmod 0755 or 0777 config.php chmod 0755 or 0777 admin/config.php @@ -84,4 +84,4 @@ will become available, one compiled and one non-compiled (composer.json only - n We STRONGLY advise leaving the vendor folder outside of the webroot - so files cannot be accessed directly. -Composer installing is extremely simple - https://getcomposer.org
\ No newline at end of file +Composer installing is extremely simple - https://getcomposer.org |