Git Product home page Git Product logo

website's Introduction

Hawtio website

deploy

https://hawt.io

This website is built with Gatsby and the documentation is rendered using Antora. For more info on the tools, refer to each documentation:

Prerequisites

You must have the following tools installed:

Develop

To develop and test the website locally, install dependencies for the project:

yarn install

Then run this command to develop:

yarn start

The website built with Gatsby will be available at http://localhost:8000/, and the documentation by Antora will be at http://localhost:8001/.

While the changes under src/ are automatically detected and rebuilt by the gatsby develop feature, those under modules/ are not. You need to manually run the following command to update the documentation in preview:

yarn build:docs

Deploy

This command will locally build the website and documentation and merge them to public/:

yarn build

You can check the local build with the following command:

npx http-server public/

After you made changes to the docs and confirmed they work locally, you can submit a pull request. Once it's merged, it will be automatically deployed by GitHub Actions.

Contribute

Contributions are always welcome!

If you find anything to fix or improve in our docs, modify source files under src/ or modules/ and submit a pull request. Once the pull request is merged it is automatically published by the GitHub workflow.

website's People

Contributors

abkieling avatar astefanutti avatar blackillzone avatar c0bw3b avatar github-actions[bot] avatar grgrzybek avatar jamesnetherton avatar jbertram avatar jsolovjo avatar mmuzikar avatar phantomjinx avatar prahaladhchandrahasan avatar rafamqrs avatar tadayosi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

website's Issues

Non-obvious authentication switch for Spring Boot

If you're using application.yml or similar you need to do this:

hawtio:
      authenticationEnabled: "false"

If you miss the quotes around the word 'false' you will get weird exceptions from hawtio at startup about not being able to read a map as opposed to a string.

Update top page with teaser texts

The top page should have a few text pitches such as:

hawtio has lots of plugins such as: a git-based Dashboard and Wiki, logs, health, JMX, OSGi, Apache ActiveMQ, Apache Camel, Apache OpenEJB, Apache Tomcat, Jetty, JBoss and Fuse Fabric

You can dynamically extend hawtio with your own plugins or automatically discover plugins inside the JVM.

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.