Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 24.6.0
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript]": {
"editor.codeActionsOnSave": { "source.organizeImports": true }
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"[typescriptreact]": {
"editor.codeActionsOnSave": { "source.organizeImports": true }
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ const config = {
],
},
{
title: "Hosted build system",
title: "Buildbarn Environments",
items: [
{
label: "Self hosted",
to: "/services/self-hosted",
label: "Managed Buildbarn",
to: "/services/managed-buildbarn",
},
{
label: "Cloud based",
to: "/services/cloud-environment",
label: "Supported Build Environment",
to: "/services/supported-build-environment",
},
],
},
Expand Down
7,699 changes: 4,910 additions & 2,789 deletions package-lock.json

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions src/pages/services/cloud-environment.md

This file was deleted.

21 changes: 14 additions & 7 deletions src/pages/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,26 @@ Slow build systems are a nightmare for developers to work with. We will help you

Have you decided to go for [Bazel](https://bazel.build/)? We can help you with the porting effort with our years of experience.

## Cloud Based Remote Execution and Caching Environment
## Managed Buildbarn

Managing your own physical hardware and scaling it up when demand rises is a tedious task. By leveraging the power of the cloud you can have a scaleable system no matter how large your workload is. Meroton offers [Buildbarn](https://github.com/buildbarn/bb-deployments) in a fully hosted cloud environment where you can focus on writing your code while we handle the system.
Managing your own Buildbarn environment correctly and performantly is a
difficult task. At Meroton we offer to fully manage a
[Buildbarn](https://github.com/buildbarn/bb-deployments) no matter what
the size of the environment. Allowing you to focus on writing your code
while we handle the system.

The environment is pay as you use so it allows you to have the advantages of a very large build cluster without having to invest in a large data center.
The environment may be placed on prem or in the cloud, we will optimize
it to keep it running as efficiently as possible while keeping

[Read more →](./cloud-environment)
[Read more →](./managed-buildbarn)

## Self-Hosted Remote Execution and Caching Environment
## Supported Build Environment

If your business case requires you to manage your own server cluster, a self-hosted environment will still allow you to have the advantages of a remote execution environment. Meroton will help you set up [Buildbarn](https://github.com/buildbarn/bb-deployments) and offer software maintenance keeping the system running smoothly.
If your business case requires you to manage your own cluster Meroton is
available to support you with expert resources to help you maintain your
own system.

[Read more →](./self-hosted)
[Read more →](./supported-build-environment)

## Patching Bazel and Buildbarn

Expand Down
22 changes: 22 additions & 0 deletions src/pages/services/managed-buildbarn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Managed Buildbarn

[← Other services](..)

Managing your own Buildbarn environment correctly and performantly is a
difficult task. At Meroton we offer to fully manage a
[Buildbarn](https://github.com/buildbarn/bb-deployments) environment for
you with no scaling limits. Allowing you to focus on writing your code
while we handle the system.

If you feel like you would rather manage the environment yourself please
read more about [supported build
environment](../supported-build-environment).

## Cost Distribution

The base offering of the fully managed environment is an AWS sub account
which you own. We charge for the management of the environment no matter
how large your load grows. This keeps our incentives aligned and allows
us to

Please contact sales@meroton.com for any inquiries.
9 changes: 0 additions & 9 deletions src/pages/services/self-hosted.md

This file was deleted.

20 changes: 20 additions & 0 deletions src/pages/services/supported-build-environment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Supported Build Environment

[← Other services](..)

For use cases where you would rather manage your own server cluster
Meroton is available to help you set it up. With the supported build
environment offering your team manages the day-to-day operations while
having access to expert resources which will help you achieve success in
your remote execution journey.

If a self hosted solution doesn't feel like a good fit for you, perhaps
you would rather have [managed buildbarn](../managed-buildbarn).

## Engagement Model

This is an engagement where Merotons engineers meet you where you are.
Merotons engineers will connect with you over a dedicated communication
channel where your team can contact meroton for any services.

Please contact sales@meroton.com for any inquiries.