5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-09 15:40:27 +00:00

Update platform and index

This commit is contained in:
Neil Alexander 2018-12-09 12:08:59 +00:00
parent 0fe0d46e8f
commit a68792380a
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
4 changed files with 8 additions and 8 deletions

View File

@ -11,9 +11,9 @@ Although Yggdrasil shares many similarities with [cjdns](https://github.com/cjde
## Project Status
The project is currently in very early stages but it is being actively developed. We have already passed our first [alpha release](https://github.com/yggdrasil-network/yggdrasil-go/milestone/1) and are now regularly releasing updates.
The project is currently in early stages but it is being actively developed. We have recently made our biggest release yet - [version 0.3.0](changelog.md) - and are still regularly working on updates.
A small number of users have been using and stress-testing Yggdrasil quite heavily for a number of purposes, including but not limited to secure remote access (SSH and VNC), access to Matrix, Jabber and IRC servers (including a Matrix-IRC bridge that runs solely over Yggdrasil) and even some video streams, large file transfers and performance tests.
A small number of users have been using and stress-testing Yggdrasil quite heavily for a number of purposes, including but not limited to secure remote access (SSH and VNC), access to Matrix, Jabber and IRC servers and even some video streams, large file transfers and performance tests. We have a number of [internal services](services.md) available, contributed and operated by the community.
It is entirely possible that occasional breaking changes may still happen in future versions but generally Yggdrasil works well and has proven to be reasonably stable so far, with recent builds reaching weeks of uptime without crashes or failures.

View File

@ -155,9 +155,9 @@ journalctl -u yggdrasil
## Build instructions
Linux has most of the tools needed to build Yggdrasil from source - you just
need to install Go 1.9 or later.
need to install Go 1.11 or later.
1. Install Go 1.9 or later, [godeb](https://github.com/niemeyer/godeb) is
1. Install Go 1.11 or later, [godeb](https://github.com/niemeyer/godeb) is
recommended for Debian-based distributions).
1. Open a shell, clone the repository and build:
```

View File

@ -77,7 +77,7 @@ sudo launchctl unload /Library/LaunchDaemons/yggdrasil.plist
## Build instructions
macOS has most of the tools needed to build Yggdrasil from source - you just need to install Go 1.9 or later.
macOS has most of the tools needed to build Yggdrasil from source - you just need to install Go 1.11 or later.
1. Download the latest [Go .pkg installer for macOS](https://golang.org/dl/)
1. Run the installer to install Go on your system

View File

@ -67,8 +67,8 @@ sc config yggdrasil start= "auto"
sc start yggdrasil
```
Alternatively, if you want the service to autoconfigure instead of using an `yggdrasil.conf`, replace the `sc create` line from above with:
```
sc create yggdrasil binpath= "\"C:\Program Files\Yggdrasil\yggdrasil.exe\" -autoconf"
```
```
sc create yggdrasil binpath= "\"C:\Program Files\Yggdrasil\yggdrasil.exe\" -autoconf"
```
The Yggdrasil service can then be stopped and started using `services.msc`, or in more recent versions of Windows, the Task Manager.