-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdebb90
commit 59f0d20
Showing
1 changed file
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,53 @@ | ||
# Workmate-Server-Linux | ||
<p align="center"> | ||
<a href="" rel="noopener"> | ||
<img width=200px height=200px src="https://matteopiffari.github.io/assets/img/Workmate.png" alt="Workmate logo"></a> | ||
</p> | ||
|
||
<h3 align="center">Workmate Server per Linux</h3> | ||
|
||
<div align="center"> | ||
|
||
[![Status](https://img.shields.io/badge/status-active-success.svg)]() | ||
|
||
</div> | ||
|
||
--- | ||
|
||
## 📝 Indice | ||
|
||
- [Iniziare](#getting_started) | ||
- [Uso](#usage) | ||
- [Tecnologie](#tech_stack) | ||
- [Autori](#authors) | ||
|
||
## 🏁 Iniziare <a name = "getting_started"></a> | ||
|
||
Per scaricare il codice sorgente basta scrivere questo in una Git bash: | ||
|
||
```console | ||
git clone https://github.com/Workmate-app/Workmate/Workmate-Server-Linux | ||
``` | ||
|
||
Ora si deve scaricare .net6.0, per farlo seguire la documentazioni di [Microsoft](https://docs.microsoft.com/en-us/dotnet/core/install/linux) | ||
|
||
Una volta installato .net6.0 basterà recarsi nell cartella scaricata ed eseguire il comando: | ||
```console | ||
dotnet run | ||
``` | ||
|
||
In caso di firewall consentire la porta 16460 in entrata | ||
|
||
## 🎈 Uso <a name="usage"></a> | ||
|
||
Una volta apparso a schermo "Server started" sarà possibile iniziare le connessioni con i client seguendo l'apposita guida | ||
|
||
Per fermare il server digitare "stop" | ||
|
||
## ⛏️ Fatto con <a name = "tech_stack"></a> | ||
|
||
- [Visual Studio Code](https://code.visualstudio.com/) - Text Editor | ||
- [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) - Linguaggio di programmazione | ||
|
||
## ✍️ Autori <a name = "authors"></a> | ||
|
||
- [@matteopiffari](https://github.com/matteopiffari) - Idea & Work |