1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update README.rst

This commit is contained in:
A Holt 2018-08-06 20:23:21 -04:00 committed by GitHub
parent ccc6346267
commit 9828f5b6f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,24 +6,25 @@ Elgg is an award-winning social networking engine, delivering the building block
that enable businesses, schools, universities and associations to create their own that enable businesses, schools, universities and associations to create their own
fully-featured social networks and applications. fully-featured social networks and applications.
http://elgg.org/ https://elgg.org
After Installation After Installation
------------------ ------------------
Go to http://box.lan/elgg and log on as Admin with password changeme. Go to http://box/elgg or http://box.lan/elgg and log on as Admin with password changeme.
Change the following: Change the following:
* Administrator password * Administrator password
* Title to appear on elgg screens and any other settings as desired. * Title to appear on Elgg screens and any other settings as desired.
Locations Locations
--------- ---------
- The uploaded files are expected to be in /library/elgg - The uploaded files are expected to be in /library/elgg
- The URL is /elgg - The software is in /opt/elgg -> /opt/elgg-x.y.z
- The URL is http://box/elgg
Parameters Parameters
---------- ----------
@ -34,16 +35,16 @@ some constraints.
Users and Passwords Users and Passwords
------------------- -------------------
There are a number of seemilingly similar user names and passwords in this installation: There are a number of seemingly similar user names and passwords in this installation:
* dbuser - the mysql user that elgg uses to access the database. This is a local variable * dbuser - the MySQL user that Elgg uses to access the database. This is a local variable
the name of which corresponds to that in the elgg settings.php file. the name of which corresponds to that in /opt/elgg/elgg-config/settings.php
* dbpassword - password for dbuser. This is also a local variable * dbpassword - password for dbuser. This is also a local variable, the name of
the name of which corresponds to that in the elgg settings.php file. which corresponds to that in /opt/elgg/elgg-config/settings.php
* elgg_mysql_password - this is the global name for dbpassword in default_vars.yml. * elgg_mysql_password - this is the global name for dbpassword in default_vars.yml
* elgg_admin_user - the elgg (not mysql) user that is the administrator. * elgg_admin_user - the Elgg (not MySQL) user that is the administrator
* elgg_admin_password - the password for elgg_admin_user. * elgg_admin_password - the password for elgg_admin_user