Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Document support for windows #2

Merged
merged 2 commits into from
Mar 13, 2020
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
10 changes: 4 additions & 6 deletions content/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,11 @@ Select the operating system your are developing on.
<table class="bordered striped">
<tr><th class="w20">Type</th><th>Is Supported?</th></tr>
<tr><td>IDE Support</td><td>Yes</td></tr>
<tr><td>Development</td><td>Accepting contributions</td></tr>
<tr><td>Development</td><td>Yes</td></tr>
<tr><td>Production</td><td>Accepting contributions</td></tr>
</table>
</div>

```bash
git clone https://github.com/wayfair-tremor/tremor-runtime.git
```

<h3 class="section-head" id="h-ide"><a href="#h-ide"></a>Setup an IDE / editor</h3>
<nav class="tabs" data-component="tabs">
<ul>
Expand Down Expand Up @@ -97,7 +93,7 @@ git clone https://github.com/wayfair-tremor/tremor-runtime.git

<h3 class="section-head" id="h-trill"><a href="#h-trill"></a>Setup the tremor language server</h3>

Clone the tremor-langauge-server git repository, build and install the server and place the binary on your path
Clone the tremor-langauge-server git repository, build and install the server and place the binary on your path.

> ```bash
> cd $HOME/git
Expand All @@ -115,3 +111,5 @@ git clone https://github.com/wayfair-tremor/tremor-runtime.git
> cd tremor-runtime
> cargo build --release --all # go get a nice cup of tea
> ```

For more details on building tremor, please refer to the [tremor development docs](https://docs.tremor.rs/development/quick-start/).
6 changes: 3 additions & 3 deletions content/getting-started/starting.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker pull tremorproject/tremor:latest

### Configuring Tremor

If you just want to see tremor start, you can skip this step, but lets be real, you prbably want to make tremor do something more interesting then printing a few numbers on the screen.
If you just want to see tremor start, you can skip this step, but lets be real, you probably want to make tremor do something more interesting then printing a few numbers on the screen.

The tremor Docker image is configured by mounting a configuration folder to `/etc/tremor`

Expand All @@ -44,11 +44,11 @@ The structure is as follows:
* `config/*.trickle` One or more trickle files loaded in lexigraphical order to provide pipelines.
* `config/*.yaml` One or more YAML files with configurations for Onramps, Offramps and Bindings and Mappings.

For details on the files plese consult the [documentation](https://docs.tremor.rs/operations/configuration).
For details on the files please consult the [documentation](https://docs.tremor.rs/operations/configuration).

### Running

Once downaloaded and configured starting the tremor docker image can be done with
Once downloaded and configured starting the tremor docker image can be done with

```bash
docker run -v host/path/to/etc/tremor:/etc/tremor tremor-runtime
Expand Down
Binary file removed themes/tremor/static/img/common/logx2.png
Binary file not shown.