Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #31

Merged
merged 2 commits into from
Feb 20, 2018
Merged

Update README #31

merged 2 commits into from
Feb 20, 2018

Conversation

HebaruSan
Copy link
Contributor

This is an attempt to consolidate my notes from setting up the backend, based on learnings from @StollD and @RockyTV. Some things were missing previously, and there was some going back-and-forth required to complete all the steps. Hopefully it's more complete and linear now.

I'm running a little low on energy right now, so please read critically and point out anything that doesn't look right.

Fixes #30.

README.md Outdated

#### Install Go

Install Go 1.8. You can get it from https://golang.org/dl/ or from apt-get:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SDB definitly works with Go 1.9, possibly also with Go 1.10. Maybe we should recommend that instead?

README.md Outdated
Install Go 1.8. You can get it from https://golang.org/dl/ or from apt-get:

```sh
apt-get install golang
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if the golang package is what we want. It installes an up-to-date version for newer ubuntu releases, but for example in 16.04 LTS it installs Go 1.6, which is definitly too old to run SDB IIRC.

apt install golang-1.9 would install the same version on all releases of Ubuntu (and possibly Debian too)

@StollD StollD merged commit cec39cb into KSP-SpaceDock:master Feb 20, 2018
@StollD
Copy link
Member

StollD commented Feb 20, 2018

Thank you!

Sorry, something went wrong.

@HebaruSan HebaruSan deleted the patch-1 branch February 20, 2018 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants