-
Notifications
You must be signed in to change notification settings - Fork 6
Build instructions reference non-existent file #30
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
Comments
Weird. Did you run build/fetch_plugins.sh and the other script in the
folder?
…On Fri, Feb 16, 2018, 12:42 AM HebaruSan ***@***.***> wrote:
Following the instructions in README.md up to this point:
https://github.com/KSP-SpaceDock/SpaceDock-Backend/blob/43a0c94fc550ac565dc38629b204818eb09caca0/README.md#L55-L59
... I have no build_sdb.go file. This causes the above command to fail.
Should this perhaps be sdb.go instead? It's the only .go file in the
project's root folder.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#30>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABMW-9OeIq8vAo9WbQ7-4tIvaQ2oaIouks5tVOsigaJpZM4SH0K0>
.
|
No I did not run Lines 49 to 52 in 43a0c94
I have no reason to "want" to use plugins at this point (I'd prefer a simple, stable build the first time around), and I know of no goland dependency URLs to enter into that file, since I don't know of any plugins. So I moved on to the next section. |
I did run |
Does it work if you compile sdb.go instead? It should work since
build_sdb.go is just sdb.go with plugins added to its imports.
…On Fri, Feb 16, 2018, 12:50 AM HebaruSan ***@***.***> wrote:
No I did not run build/fetch_plugins.sh, because it was contraindicated
by the instructions:
https://github.com/KSP-SpaceDock/SpaceDock-Backend/blob/43a0c94fc550ac565dc38629b204818eb09caca0/README.md#L49-L52
I have no reason to "want" to use plugins at this point (I'd prefer a
simple, stable build the first time around), and I know of no goland
dependency URLs to enter into that file, since I don't know of any plugins.
So I moved on to the next section.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABMW-wtFhj9fAv1OTJn_j90bFwR0feUNks5tVO0AgaJpZM4SH0K0>
.
|
Yes, this command seemed to work as expected:
This gave me a ~20 MB |
I get this when I run
I assume this is because my SQL environment isn't set up to host a SpaceDock data set. I'll try to figure out how to do that, but a "Database setup" section in README.md would be nice to have. |
It's pretty easy, just setup the correct connection string in config.yml
and then run sdb setup
…On Fri, Feb 16, 2018, 1:09 AM HebaruSan ***@***.***> wrote:
I get this when I run ./sdb:
2018/02/15 21:06:27 SpaceDock-Backend -- Version: {$VERSION}
2018/02/15 21:06:27 * Loading configuration file: config/config.yml
2018/02/15 21:06:27 * Establishing Database connection
2018/02/15 21:06:27 * Failed to connect to the database: Error 1045: Access denied for user ''@'localhost' (using password: NO)
I assume this is because my SQL environment isn't set up to host a
SpaceDock data set. I'll try to figure out how to do that, but a "Database
setup" section in README.md would be nice to have.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABMW-17-Zp5Tq2w8dksX6ZFfFziBhzPNks5tVPFtgaJpZM4SH0K0>
.
|
I tried guessing a string to see what errors came up:
I don't think that password is valid, but the error was about something else:
What is the format of this string supposed to be? None of the examples of connection strings I can find online include slashes. |
|
The |
Here's the one I use
EDIT: after you setup your DB correctly, just run |
Thanks! Finally I got the expected failed authentication message. Now to figure out how to administer postgresql on Ubuntu... |
Check the SpaceDock readme for more instructions on setting up PostgreSQL. |
... and a short SQL crash course later,
On to OpenDock!... |
Should this work for configuring Apache? It's been a few years and apparently some of the syntax has changed...
I get this in error.log:
I'm not sure whether |
I recommend pgAdmin for that, it's a really nice tool The README should be changed to specify that running the fetch_plugins script without having plugins defined just generates However, OpenDock currently needs some of the plugins in SpaceDock-Extras, so here is my plugins.txt for reference: https://gist.github.com/StollD/686a2476b1c48eb899d1f5b3d9557434 |
Following the instructions in README.md up to this point:
SpaceDock-Backend/README.md
Lines 55 to 59 in 43a0c94
... I have no
build_sdb.go
file. This causes the above command to fail.Should this perhaps be
sdb.go
instead? It's the only.go
file in the project's root folder.The text was updated successfully, but these errors were encountered: