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

presetup issue #34

Closed
cpjet64 opened this issue Jan 6, 2022 · 9 comments
Closed

presetup issue #34

cpjet64 opened this issue Jan 6, 2022 · 9 comments
Labels
question Further information is requested

Comments

@cpjet64
Copy link

cpjet64 commented Jan 6, 2022

Just standing up a brand new VM for this because the website I've been using constantly stops tracking position.
Ubuntu Server 20.04.3
10 vCPU
16GB vRAM

location of .env is /home/pathfinder/pathfinder-containers/.env

Googled the error as I don't use docker very much and came up with a issue about relative links but since I have the absolute path entered in the env file figured I should just ask.

If need be I can just wipe and rebuild the VM.

root@pathfinder:/home/pathfinder/pathfinder-containers# docker network create web && docker-compose up -d --build d86bfa6ad3d9bf8c2a6d52effaacc909e5ec5d6b62e8b9b5732165ecfb6f0ebb ERROR: Named volume ""/home/pathfinder/pathfinder-containers" # The path of the cloned repo/pathfinder/export/sql/eve_universe.sql.zip:/eve_universe.sql.zip:rw" is used in service "pfdb" but no declaration was found in the volumes section.

PROJECT_ROOT="/home/pathfinder/pathfinder-containers"       # The path of the cloned repo 

CONTAINER_NAME="pf"   # docker container name prefix

DOMAIN="https://url/sso/callbackAuthorization"             # The domain you will be using

APP_PASSWORD="pass"       # Password for /setup

MYSQL_PASSWORD="pass"     # Mysql Password

CCP_SSO_CLIENT_ID="token"  # Use the SSO tokens created in step 1

CCP_SSO_SECRET_KEY="token" 

CCP_ESI_SCOPES="esi-location.read_online.v1,esi-location.read_location.v1,esi-location.read_ship_type.v1,esi-ui.write_waypoint.v1,esi-ui.open_window.v1,esi-universe.read_structures.v1,esi-corporations.read_corporation_membership.v1,esi-clones.read_clones.v1,esi-characters.read_corporation_roles.v1"
@fleischsalatinspace
Copy link
Collaborator

fleischsalatinspace commented Jan 6, 2022

Just standing up a brand new VM for this because the website I've been using constantly stops tracking position.
This is not related to the Pathfinder instance as CCP ESI API is very unstable/broken since 2021-01-05 19:00 UTC

Regarding your issue: can you post line 1 with PROJECT_ROOT of your .env file ?

@fleischsalatinspace
Copy link
Collaborator

Never mind , missed the line because of the formatting. Can you post the exact command you have run and the output?

@fleischsalatinspace fleischsalatinspace added the question Further information is requested label Jan 6, 2022
@cpjet64
Copy link
Author

cpjet64 commented Jan 6, 2022

i will put down exactly how i did it

git clone --recurse-submodules https://github.com/goryn-clade/pathfinder-containers.git

modify .env saved to /home/pathfinder/pathfinder-containers/.env

docker network create web && docker-compose up -d --build

the last line of commands listed are what throw the error

@cpjet64
Copy link
Author

cpjet64 commented Jan 6, 2022

im trying to get this running before i push it into a full lemp stack end goal being a ready to deploy ubuntu setup from start to finish

@fleischsalatinspace
Copy link
Collaborator

the DOMAIN variable from your .env doesn't look right.
DOMAIN only includes the domain itself, not the URL. So use something like DOMAIN="pathfinder.MYCOOLDOMAIN.com"

@steven-cmy
Copy link

steven-cmy commented Jan 14, 2022

In your .env file you need to remove the quotation marks.
refer to this: #30

@fleischsalatinspace
Copy link
Collaborator

@cpjet64 any progress here?

@cpjet64
Copy link
Author

cpjet64 commented Jan 14, 2022

Sorry for the late response on this I have had a IRL emergency occur and have sidelined everything until its resolved! Nothing life or death thankfully but I have no free time as of now to do anything really. I will bookmark this issue and try the suggestion above when I am able to again. Please feel free to close this issue.

@fleischsalatinspace
Copy link
Collaborator

No problem. Just reopen it if you have time for it. Stay safe IRL o7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants