Lecture [2.12] > Introduction to the DBMS course > slides

AIM > 1st TASK [web hosting, CMS with DBMS (WordPress)]

  1. Registration
  2. DBMS course unit
    1. Initial survey
    2. Tasks
    3. Lectures-practice
    4. results

Practice [2.12] > WordPress implementation.

  1. Get acquainted with the DBMS course unit description.
  2. Answer questions of Initial survey and send answers to the lecturer [regimantas.pranaitis@ff.vu.lt].
  3. Realise the first task > CMS (with online DBMS) implementation, features analysis and demo [feb-mar]
    • Signup free Host., e.g., http://byet.host/  
      • Activate your host and login byet vista.panel
      • Get acquainted with vista.panel
        • host ‘getting started guide’
        • online file manager
        • Create new MySQL database
        • etc.
    • Follow 5 min. installation guide and implement wordpress [i.e. CMS with online DBMS]
      • wordpress.org
      • 5 min. inst. guide is here
        1. Download and unzip the WordPress package if you haven’t already.
        2. Create a database for WordPress on your web server, as well as a MySQL (or MariaDB) user who has all privileges for accessing and modifying it.
        3. (Optional) Find and rename wp-config-sample.php to wp-config.php, then edit the file (see Editing wp-config.php) and add your database information.
        4. Upload the WordPress files to the desired location on your web server:
          • If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (excluding the WordPress directory itself) into the root directory of your web server.
          • If you want to have your WordPress installation in its own subdirectory on your website (e.g. http://example.com/blog/), create the blog directory on your server and upload the contents of the unzipped WordPress package to the directory via FTP.
          • Note: If your FTP client has an option to convert file names to lower case, make sure it’s disabled.
        5. Run the WordPress installation script by accessing the URL in a web browser. This should be the URL where you uploaded the WordPress files.
          • If you installed WordPress in the root directory, you should visit: http://example.com/
          • If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/
    • Analyse and demo wordpress features, apply wp for your needs and publish description of your 1st task results.
    • Send your webpage address to the lecturer [regimantas.pranaitis@ff.vu.lt].