From: Danial Behzadi Date: Sun, 18 Jun 2017 12:42:14 +0000 (+0000) Subject: Update INSTALL X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=commitdiff_plain;h=16e7b5af12e64945a5e88e58e5c1b18787ec5b1e Update INSTALL Step 4 of `Getting it up and running` is not applicable in newer versions. --- diff --git a/INSTALL b/INSTALL index f7c2d21caf..06f3a23ee1 100644 --- a/INSTALL +++ b/INSTALL @@ -124,17 +124,7 @@ especially if you've previously installed PHP/MariaDB packages. that user's default group instead. As a last resort, you can create a new group like "gnusocial" and add the Web server's user to the group. -4. You should also take this moment to make your 'avatar' and 'file' sub- - directories writeable by the Web server. The _insecure_ way to do - this is: - - chmod a+w /var/www/gnusocial/avatar - chmod a+w /var/www/gnusocial/file - - You can also make the avatar, and file directories just writable by - the Web server group, as noted above. - -5. Create a database to hold your site data. Something like this +4. Create a database to hold your site data. Something like this should work (you will be prompted for your database password): mysqladmin -u "root" -p create social @@ -147,7 +137,7 @@ especially if you've previously installed PHP/MariaDB packages. a tool like phpMyAdmin to create a database. Check your hosting service's documentation for how to create a new MariaDB database.) -6. Create a new database account that GNU Social will use to access the +5. Create a new database account that GNU Social will use to access the database. If you have shell access, this will probably work from the MariaDB shell: @@ -159,7 +149,7 @@ especially if you've previously installed PHP/MariaDB packages. to your preferred new database username and password. You may want to test logging in to MariaDB as this new user. -7. In a browser, navigate to the GNU Social install script; something like: +6. In a browser, navigate to the GNU Social install script; something like: https://social.example.net/install.php @@ -167,7 +157,7 @@ especially if you've previously installed PHP/MariaDB packages. install program will configure your site and install the initial, almost-empty database. -8. You should now be able to navigate to your social site's main directory +7. You should now be able to navigate to your social site's main directory and see the "Public Timeline", which will probably be empty. You can now register new user, post some notices, edit your profile, etc.