jariolaine / apex-blog

Blog application built using Oracle Application Express (APEX)
MIT License
23 stars 8 forks source link
always-free apex apex-blog free-tier oci oracle oracle-apex oraclecloud orclapex sql terraform

APEX Blog

Oracle_Database 19c Oracle Application Express 24.1

Blog application built with Oracle Application Express (APEX).

Install

System Requirements

Needed Privileges

Ensure target schema associated to your APEX workspace has following system privileges and roles:

APEX workspace administrator privileges are required to create a user group for authorization.

Download

Download latest version and extract zip archive.

Import Applications

  1. Access your target APEX workspace
  2. Select the Application Builder
  3. Import and install blog-administration-latest.sql and select install supporting objects.
  4. Import and install blog-public-pages-latest.sql and select install supporting objects.

Post Install

Create a "Bloggers" workspace user group. Add APEX users to the group who are authorized to use the blog admin application. See Using Groups to Manage Application Express Users

Upgrade

Existing application version must be Release v22.2.1.20230117 or later.

Before starting the upgrade, backup the application parsing schema data and objects.

Import Applications

  1. Access your target APEX workspace
  2. Select the Application Builder
  3. Import and install blog-administration-latest.sql and select upgrade supporting objects.
  4. Import and install blog-public-pages-latest.sql and select upgrade supporting objects.

License

This code is released under MIT license by Jari Laine.