Git Product home page Git Product logo

newrelic-ocoe-launch-pad's Introduction

Community Project header

Observability Centre of Excellence: Launch Pad

This repository contains the "Launch Pad": a starter kit for building your own wiki-like knowledgebase intended to jump start your Observability Centre of Excellence.

The wiki skeleton consists of a number of markdown pages that cover many areas of the knowledge base from account information to quick start reference guides. Customise the content to suit your needs.

Try it out!

The Launch Pad is rendered from static markdown files using docsify. This automatically renders the markdown nicely into a website.

To view the rendered version of this repo visit here: View the Rendered Launch Pad

Installation

The wiki is marked up using markdown. Clone it and customise to your needs. You will find a number of TODO sections where you need to add your own information. Search for all of these and add your own content.

The content can be imported to a tool of your choice or hosted directly as a static html site. Should you be using GitHub Enterprise you could host it directly on GitHub using GitHub pages as in the example above. Please understand that GitHub pages are public though so ensure you site is secure and do not host on public GitHub pages.

Running Locally

To develop and view the rendered site locally install docsify globally:

npm i docsify-cli -g

Start the server by running:

npm start

You should now be able to browse the site at localhost:3000

Hosting documentation

The documentation can be hosted on github pages or by any simple http server. To use the pre-built Docker container that hosts the site with pm2 do the following:

To build the image:

docker build -t launchpad .

To run the image on port 8080:

docker run -p8080:8080 launchpad

View the site at http://localhost:8080

Support

New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Support for the Launch Pad is available from the project maintainers via the GitHub issues feature.

Contributing

We encourage your contributions to improve the Launch Pad! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please drop us an email at [email protected].

License

The Observability Centre of Excellence Launch Pad is licensed under the Apache 2.0 License.

newrelic-ocoe-launch-pad's People

Contributors

jsbnr avatar cliftondobrich avatar melissaklein24 avatar sskilbred avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.