Skip to content

Commit

Permalink
Documentation : fix all the links
Browse files Browse the repository at this point in the history
Publish EventMesh docker image
  • Loading branch information
thabart committed Jun 21, 2022
1 parent a53fbf3 commit ebc6748
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 443 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build status](https://ci.appveyor.com/api/projects/status/5heds9x31qc688b9?svg=true)](https://ci.appveyor.com/project/simpleidserver/faasnet)

FaasNet is an open-source implementation of EventMesh implemented in DOTNET CORE.
FaasNet is an open-source implementation of EventMesh.

For project documentation, please visit [docs](https://simpleidserver.github.io/FaasNet/documentation/eventmesh/glossary.html).

Expand Down
9 changes: 9 additions & 0 deletions default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ task publishWebsite {
exec { git checkout master }
}

# Test
task test {
Push-Location -Path $base_dir\tests\FaasNet.EventMesh.Runtime.Tests

Expand All @@ -85,4 +86,12 @@ task test {
} finally {
Pop-Location
}
}

# Publish Docker
task publishDockerEventMesh {
[xml]$XmlDoc = Get-Content -Path .\Directory.Build.props
$VersionPrefix = $XmlDoc.Project.PropertyGroup.VersionPrefix
docker build -t simpleidserver/faaseventmesh:$VersionPrefix -f EventMeshDockerFile .
docker push simpleidserver/faaseventmesh:$VersionPrefix
}
2 changes: 1 addition & 1 deletion docs/documentation/eventmesh/installclionwindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The CLI is used to manage one local or remote instance of an EventMesh Peer.

## Download zip

Download the ZIP file [EventMeshCLI.zip](#) and extract its content into a new Directory.
Download the ZIP file [EventMeshCLI.zip](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshCLI.zip) and extract its content into a new Directory.
The windows account must have READ and WRITE access to this directory otherwise the configuration file cannot be updated or read.

## Register the service
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/eventmesh/installserverondocker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ This guide describes how EventMesh peer can be installed on Docker.
Open a command prompt and execute the following command line. An EventMesh peer will be deployed and listening the port 4000.

```
docker run --name eventmesh -p 4000:4000/udp eventmesh
docker run --name eventmesh -p 4000:4000/udp simpleidserver/faaseventmesh:0.0.6
```
6 changes: 3 additions & 3 deletions docs/documentation/eventmesh/installserveronwindows.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Installing on Windows Manually

This guide describes how EventMesh peer node can be installed and configured manually on Windows.
This guide describes how EventMesh Peer Node can be installed and configured manually on Windows.

## Download zip

Download the zip file [EventMeshServer.zip](TODO) and extract its content into a new directory.
Download the zip file [EventMeshService.zip](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshService.zip) and extract its content into a new directory.

## Deploy the windows service
## Deploy the Windows Service

As an administrator, open a command prompt and execute the following command. The parameter `$result_dir` must be replaced by the full path of the new directory.
The windows account used to run the windows service must have READ and WRITE access to this new directory otherwise the key-value storage cannot be created.
Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/eventmesh/pluginamqp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AMQP 1.0 protocol.

**Link**

The ZIP file can be downloaded [here]().
The ZIP file can be downloaded [here](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshProtocolsAMQP.zip).

**Options**

Expand Down Expand Up @@ -67,7 +67,7 @@ When the configuration is finished, a client can be created and can start publis

## Source Code

The source code of this project can be found [here]().
The source code of this project can be found [here](https://github.com/simpleidserver/FaasNet/tree/master/src/Samples/FaasNet.EventMesh.AMQPClient).

## Create a client

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/eventmesh/plugindiscoveryconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use configuration file to discover peers.

**Link**

The ZIP file can be downloaded [here]().
The ZIP file can be downloaded [here](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshDiscoveryConfig.zip).

**Options**

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/eventmesh/plugindiscoveryetcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use Etcd to discover peers.

**Link**

The ZIP file can be downloaded [here]().
The ZIP file can be downloaded [here](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshDiscoveryEtcd.zip).

**Options**

Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/eventmesh/pluginsinkamqp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Consume events from AMQP 1.0 server.

**Link**

The ZIP file can be downloaded [here]().
The ZIP file can be downloaded [here](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshSinksAMQP.zip).

**Options**

Expand Down Expand Up @@ -55,7 +55,7 @@ FaasNet.EventMeshCTL.CLI.exe add_client --vpn=default --identifier=publishClient
Download the Docker file

```
https://raw.githubusercontent.com/simpleidserver/FaasNet/master/Samples/FaasNet.EventMesh.AmqpSink/AmqpServerDockerFile
https://raw.githubusercontent.com/simpleidserver/FaasNet/master/src/Samples/FaasNet.EventMesh.AmqpSink/AmqpServerDockerFile
```

Open a command prompt and build the docker image
Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/eventmesh/pluginsinkkafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Consume events from Kafka server.

**Link**

The ZIP file can be downloaded [here]().
The ZIP file can be downloaded [here](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshSinksKafka.zip).

**Options**

Expand Down Expand Up @@ -54,7 +54,7 @@ FaasNet.EventMeshCTL.CLI.exe add_client --vpn=default --identifier=publishClient
Download the file

```
https://raw.githubusercontent.com/simpleidserver/FaasNet/master/Samples/FaasNet.EventMesh.KafkaSink/docker-compose.yml
https://raw.githubusercontent.com/simpleidserver/FaasNet/master/src/Samples/FaasNet.EventMesh.KafkaSink/docker-compose.yml
```

Open a command prompt and execute the command below to deploy Apache Kafka
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/eventmesh/pluginsinkvpnbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Consume events from VPN bridge

**Link**

The ZIP file can be downloaded [here]().
The ZIP file can be downloaded [here](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshSinksKafka.zip).

**Options**

Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/eventmesh/pluginwebsocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Support Websocket protocol.

**Link**

The ZIP file can be downloaded [here]().
The ZIP file can be downloaded [here](https://github.com/simpleidserver/FaasNet/releases/latest/download/EventMeshProtocolsWebsocket.zip).

**Options**

Expand Down Expand Up @@ -63,7 +63,7 @@ When the configuration is finished, a client can be created and can start publis

## Source code

The source code of this project can be found [here]().
The source code of this project can be found [here](https://github.com/simpleidserver/FaasNet/tree/master/src/Samples/FaasNet.EventMesh.WebSocketClient).

## Create a client

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[EventMesh documentation](/documentation/eventmesh/glossary.html)
[EventMesh documentation](/FaasNet/documentation/eventmesh/glossary.html)
30 changes: 0 additions & 30 deletions samples/EventMeshClientPublish/QuickStart.sln

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions samples/EventMeshClientSubscribe/QuickStart.sln

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions samples/EventMeshServerInMemory/QuickStart.sln

This file was deleted.

This file was deleted.

Loading

0 comments on commit ebc6748

Please sign in to comment.