Skip to content

sreeharshakakani/testing

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 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, 2021 Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0

About

Repository for testing

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published