open source Streetwriters.Messenger
This commit is contained in:
@@ -25,19 +25,25 @@ Once you are inside the `./notesnook-sync-server` directory, run:
|
||||
dotnet restore Notesnook.sln
|
||||
```
|
||||
|
||||
Then build the Notesnook.API project:
|
||||
To build the `Notesnook.API` project:
|
||||
|
||||
```bash
|
||||
dotnet build Notesnook.API/Notesnook.API.csproj
|
||||
```
|
||||
|
||||
To build the `Streetwriters.Messenger` project:
|
||||
|
||||
```bash
|
||||
dotnet build Streetwriters.Messenger/Streetwriters.Messenger.csproj
|
||||
```
|
||||
|
||||
## TODO Self-hosting
|
||||
|
||||
**Note: Self-hosting the Notesnook Sync Server is not yet possible. We are working to enable full on-premise self hosting so stay tuned!**
|
||||
|
||||
- [x] Open source the Sync server
|
||||
- [ ] Open source the Identity server
|
||||
- [ ] Open source the SSE Messaging infrastructure
|
||||
- [x] Open source the SSE Messaging infrastructure
|
||||
- [ ] Fully Dockerize all services
|
||||
- [ ] Publish on DockerHub
|
||||
- [ ] Write self hosting docs
|
||||
|
||||
Reference in New Issue
Block a user