mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
6582eaa0a7
commit
29f8403616
2 changed files with 2 additions and 20 deletions
|
@ -13,8 +13,8 @@ To begin plugin development, we recommend reading our overview of how plugins wo
|
|||
* <<kibana-platform-plugin-api>>
|
||||
|
||||
Our developer services are changing all the time. One of the best ways to discover and learn about them is to read the available
|
||||
READMEs from all the plugins inside our {kib-repo}tree/{branch}/src/plugins[open source plugins folder] and our
|
||||
{kib-repo}/tree/{branch}/x-pack/plugins[commercial plugins folder].
|
||||
READMEs inside our plugins folders: {kib-repo}tree/{branch}/src/plugins[src/plugins] and
|
||||
{kib-repo}/tree/{branch}/x-pack/plugins[x-pack/plugins].
|
||||
|
||||
A few services also automatically generate api documentation which can be browsed inside the {kib-repo}tree/{branch}/docs/development[docs/development section of our repo]
|
||||
|
||||
|
|
|
@ -23,24 +23,6 @@ By default, you can log in with username `elastic` and password
|
|||
`changeme`. See the `--help` options on `yarn es <command>` if
|
||||
you’d like to configure a different password.
|
||||
|
||||
[discrete]
|
||||
=== Running {kib} in Open-Source mode
|
||||
|
||||
If you’re looking to only work with the open-source software, supply the
|
||||
license type to `yarn es`:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
yarn es snapshot --license oss
|
||||
----
|
||||
|
||||
And start {kib} with only open-source code:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
yarn start --oss
|
||||
----
|
||||
|
||||
[discrete]
|
||||
=== Unsupported URL Type
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue