Skip to content

IET-OU/oer-evidence-hub-org

Repository files navigation

OER Impact Map, Juxtalearn & LACE Evidence Hub sites

The web sites:

Principle WordPress plugins:

Other plugins and libraries:

Demos/blog posts:

(Note, the OER Impact Map site was called the "OER Evidence Hub".)

Install

Please refer to installing WordPress, and @mhawksey's Readme:

  1. Preparation (Redhat or CentOS Linux),

        yum -y install  git
        yum -y install  php-mysql
        # Other preparations ...
  2. Install Composer globally:

        curl -sS https://getcomposer.org/installer | php
        mv composer.phar /usr/local/bin/composer
  3. We're using WPackagist and iet-satis,

        cd /var/www   # Or, wherever you put web sites.
        git clone https://github.com/IET-OU/oer-evidence-hub-org.git lace-wp
        cd lace-wp
        composer install --no-dev
        vi .env
        composer update --no-dev
  4. Edit the Wordpress configuration script,

     vi  wp-config.php
    
  5. Edit Apache configuration,

     vi /etc/httpd/conf.d/oerevidencehub-org.conf
    

...

Upgrade

  1. Pull latest modifications from Github,

     make update
    
  2. Maybe, set up additional symbolic links - probably manually,

     more Makefile
     ln -sf  ../../../{NAME}  wordpress/wp-content/plugins/{NAME}
    

Theme

Tiny Forge - a snapshot is included via this Git repo.

Contributors

GDPR

Details of GDPR / privacy fixes can be found in Bug #56.


© 2015 The Open University. (Institute of Educational Technology)