mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
* change apache_data to apache_user in all * no libapach2 in centos. just php. no php-magick in centos * remove redundant vars entries * do not create apache user * missed one pound sign * soft code all references to apache_user * centos requires older setuptools * revert ansible_lsb.id in xsce.yml * try getting recent pip * move pip download to 2prep so that kalite success is not dependent on iiab coming first * still need to replace setuptools in kalite * add curl -- needed in debian * massivly substitue iiab for xsce, and rename files * completed runansible * centos fixes,install pip * appliance means no iptables rules * change to earlier version of setuptools for centos * delete file duplicate, hopefully unnecessary. generate the offline docs * wiki docs errors * create the admin group -- deleted earlier * use the --yes option with pip uninstall * base of repo moved from schoolserver to iiab, unleashkids.org->iiab.io * network detection broken due to tupo |
||
|---|---|---|
| .. | ||
| defaults | ||
| meta | ||
| tasks | ||
| templates | ||
| README.rst | ||
===========
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://schoolserver.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.