COAP:COAP-3110/week3: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 6: Line 6:
* Document installation and configuration steps (make sure that both you and others could follow the same procedure).
* Document installation and configuration steps (make sure that both you and others could follow the same procedure).


== Monday Part I ==
== Monday ==


* Short feedback homework 1
* Short feedback homework 1
Line 12: Line 12:
* Finalizing homework 2 (about 50 minutes)
* Finalizing homework 2 (about 50 minutes)


== Wednesday Part I ==
== Wednesday ==


=== Hands on - WordPress installation preparation ===
=== Hands on - WordPress installation preparation ===
Line 34: Line 34:
* Edit the configuration file (it also can be created by the installation script, but we recommend doing it manually)
* Edit the configuration file (it also can be created by the installation script, but we recommend doing it manually)
* Run the configuration script.
* Run the configuration script.
== Wednesday Part II ==
=== Hands on - Identify a provisional project ===
Identify a subject for your term project (you will be allowed to change)
* Read [[COAP:COAP-3110/term project|COAP 3110/term project]]
* Identify a type of project you would like to implement
* Find 3 good examples (preferably based  on WordPress)
* Discuss their features (functionality) and design in class
=== Hands on - Selecting the theme ===
* Selecting the them (skin) should be based on several criteria, at least usefulness, usability and appropriate looks.
* Discussion about [[User experience and user experience design]]
=== PHP/MySQL/Apache hosting ===
Prices for hosting start around 3 Euros / month, but you have to add fees for a domain name to that if you want your own.
Well-known free (read the fine print)
* [http://www.host-ed.net/ Host-ed] (free, without domain name)
* [https://www.awardspace.com/ AwardSpace] (free, without domain name)
* [https://www.000webhost.com/ 000webhost] (free, without domain name)
You can search the web for alternatives, e.g. read [http://www.techradar.com/news/internet/web/top-free-hosting-for-uk-businesses-1214296 TechRadar], but be careful. Cross-check informations about a provider.
Well-known cheap, HostGator is best according to [http://uk.pcmag.com/hostgatorcom/880/review/hostgator-web-hosting PC Mag]
* [https://www.hostpapa.eu/ HostPapa] (3 Euros/month)
* [https://www.godaddy.com/ GoDaddy] ($4-5 / month)
* [http://www.hostgator.com/ Hostgator] (3.5$ / month), also cheap dedicated hosting for $80/month
Recommended local (Geneva, Switzerland)
* [https://www.infomaniak.com/en Infomaniak] (10 CHF / month). Probably one of the best in that range (quality/speed)
* [https://www.hostpoint.ch/en/ HostPoint] (10CHF/month, 30 day trial)
'''Domain name registration'''
* Most hosting companies will provide that service
* You many check if they are [https://www.icann.org/registrar-reports/accredited-list.html accredited with ICANN] (i.e. first-level registrars)


== Homework 3 ==
== Homework 3 ==

Revision as of 11:36, 7 September 2016

Week 3 learning goals

  • Download and install WordPress
  • Perform basic configuration, including choice of skin.
  • Examine the table structure of some portalware.
  • Document installation and configuration steps (make sure that both you and others could follow the same procedure).

Monday

  • Short feedback homework 1
  • Questions/Answers for homework 2 (PHP/MySQL application)
  • Finalizing homework 2 (about 50 minutes)

Wednesday

Hands on - WordPress installation preparation

  • Find the official download for WordPress
  • Examine the requirements (do you have the right PHP/MySQL stack ?)
  • Find the documentation and try to follow the "famous 5 minute" installation
  • Decide how to create useful installation notes (both you and others could reproduce the installation in a similar context)

Found (in class)

  • php 5.6 or >
  • MySQL 5.6 > or MariaDB 10.0 or >
  • Apache or Nginx

Hands on - Install and configure WordPress

Roughly you will have to go through the following steps

  • Download the archive
  • Examine the Zip file and unzip in the right place
  • Edit the configuration file (it also can be created by the installation script, but we recommend doing it manually)
  • Run the configuration script.

Homework 3

(1) Create a full installation and configuration notice for a WordPress installation

  1. Separate the various logical steps, i.e. distinguish between prerequisites, download, database preparation, installation and configuration
  2. Make sure to explain the context and limits of your notice, e.g. that you use a specific OS and Apache/MySQL/PHP stack.
  3. Include a little section on what could go wrong and how to handle it.
  4. Add a selection of important and useful documentation links.
  5. Make sure that you can reach the this notice from different locations and devices (come up with a solution that works and tell us which one you use)

(2) Write a short report

  • It should briefly describe the design of your installation notes.
  • Due:
  • Wednesday week 4 before class

Resources