Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Sample Blog site using content from Oracle Content and Experience

License

Notifications You must be signed in to change notification settings

oracle-samples/oce-javascript-blog-sample

Repository files navigation

About JavaScript Blog Sample

This repository holds the sample source code for a basic JavaScript implementation of a blog site powered by Oracle Content Management.

Please see the complete tutorial and the live demo.

Installation

Run the following to install the dependencies needed by this sample:

npm install

Running the project

NOTE: If you need to use a proxy to reach the internet then define an oce_https_proxy environment variable:

export oce_https_proxy=<scheme>://<proxyhost>:<port>

To build this project:

npm run build

and then open http://localhost:8080

You can then host the contents of the src folder on any web server.

To run using the embedded server code:

npm run start

and then open http://localhost:8080/oce-javascript-blog-sample/index.html

Images

Sample images may be downloaded from https://www.oracle.com/middleware/technologies/content-experience-downloads.html under a separate license. These images are provided for reference purposes only and may not be hosted or redistributed by you.

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.

Security

Please consult the security guide for our responsible security vulnerability disclosure process.

License

Copyright (c) 2020, 2023 Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0