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.
Run the following to install the dependencies needed by this sample:
npm install
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
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 hosted or redistributed by you.
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.
Please consult the security guide for our responsible security vulnerability disclosure process.
Copyright (c) 2020, 2021 Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0