Skip to content

Commit

Permalink
Merge pull request #18 from pvelx/develop
Browse files Browse the repository at this point in the history
change style of readme
  • Loading branch information
pvelx authored Feb 11, 2021
2 parents 58fb64a + a961629 commit ea7e309
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

The application is deployed using Kubernetes.

<br/>

![General scheme](./service_scheme.png)

- **[Message dashboard](https://github.com/pvelx/message-dashboard-demo)** - admin panel for accessing the Message API. The interface is based on the Vue framework.
Expand All @@ -12,12 +10,8 @@ The application is deployed using Kubernetes.
- **Monitoring** - monitoring the Trigger service. The displayed metrics are described [here](https://github.com/pvelx/triggerhook#principle-of-operation). Built on the basis of InfluxDb + Grafana.
- **[Trigger service](https://github.com/pvelx/trigger-service-demo)** - the service implements the deferred task execution mechanism. Built on the basis of [Trigger Hook](https://github.com/pvelx/triggerhook).

<br/>

---

### Local deployment
#### Requirements
First of all, the following applications must be installed:
- docker
- kubectl
Expand All @@ -26,8 +20,6 @@ First of all, the following applications must be installed:

For macOS, it is better to additionally install Virtualbox or Parallels as a driver. Docker as a driver on this system may be slow.

<br/>

#### Launch
You can use a non-standard driver, such as Virtualbox or Parallels.
```bash
Expand Down Expand Up @@ -79,8 +71,6 @@ Opening the Kubernetes Dashboard:
minikube dashboard
```

<br/>

#### Rebuilding services
After changing the code in one of the services, you will need to rebuild it:

Expand All @@ -96,8 +86,6 @@ After changing the code in one of the services, you will need to rebuild it:
./build message-dashboard
```

<br/>

#### Remove
To remove services from a VM, you can use:
```bash
Expand All @@ -112,7 +100,6 @@ minikube stop
minikube delete
```


### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 comments on commit ea7e309

Please sign in to comment.