1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/elgg
2017-09-04 12:50:42 -07:00
..
defaults Elgg upgrade 1.12.16 LTS to 2.3.3; Nextcloud - add php's zip mbstring (#202) 2017-09-04 09:23:54 -07:00
meta initial checkin -- May 27, 2017 2017-05-27 11:09:50 -07:00
tasks thought elgg state=directory was in (#218) 2017-09-04 12:50:42 -07:00
templates Elgg upgrade 1.12.16 LTS to 2.3.3; Nextcloud - add php's zip mbstring (#202) 2017-09-04 09:23:54 -07:00
README.rst Elgg README.rst referenced broken link 2017-08-30 11:26:18 -04:00

===========
ELGG README
===========

Elgg is an award-winning social networking engine, delivering the building blocks
that enable businesses, schools, universities and associations to create their own
fully-featured social networks and applications.

http://elgg.org/

After Installation
------------------

Go to http://box.lan/elgg and log on as Admin with password changeme.

Change the following:

* Administrator password

* Title to appear on elgg screens and any other settings as desired.

Locations
---------

- The uploaded files are expected to be in /library/elgg
- The URL is /elgg

Parameters
----------

Please review vars/main.yml as the installation parameters have
some constraints.

Users and Passwords
-------------------

There are a number of seemilingly similar user names and passwords in this installation:

* 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.

* dbpassword - password for dbuser. This is also a local variable
               the name of which corresponds to that in the elgg settings.php file.

* 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_password - the password for elgg_admin_user.