HYLODE / HyUi

HYLODE User Interface Repository
http://hylode.org/
Apache License 2.0
3 stars 2 forks source link

Fix permissions on GAE08 for gae/hyui #239

Open docsteveharris opened 1 year ago

docsteveharris commented 1 year ago

Unable to access /gae/hylode which is where I assume the dev branch is deployed from?

docsteveharris commented 1 year ago

So I'm wrong about this. Was looking in /gae/hylode but @hqva pointed me in the direction of /gae/hyui - thanks However this does not appear to be a git repo?? Do I just delete the current files and clone (preserving the .env file)?

CleanShot 2023-02-08 at 09 40 51@2x
harryjmoss commented 1 year ago

@docsteveharris not sure I follow? the repo is in /gae/hyui/dev image

docsteveharris commented 1 year ago

Am confused too! Will check tomorrow 🤷‍♂️

docsteveharris commented 1 year ago

I've checked and I couldn't be more confused ....

Image

@harryjmoss we appear to be on different GAE08s?

docsteveharris commented 1 year ago

@harryjmoss: 🤷 I can now see .git but it's still telling me this is not a git repo!

Image

hqva commented 1 year ago

I now get these issues:

Screenshot 2023-02-28 at 10 36 31 Screenshot 2023-02-28 at 10 36 08
docsteveharris commented 1 year ago

the .env file permissions are incorrect

docsteveharris commented 1 year ago

I've tried to set pretty liberal permissions

 chmod -R go+rwx .

I added the x because stackoverflow told me you needed that to list a directory (https://stackoverflow.com/a/13378069/992999) but I'm not the owner of many of these files so I still got a 'permission denied' error. The sql scripts are now readable/writable by the docker group.

CleanShot 2023-03-07 at 23 11 01@2x

Feels like we should delete and start again but happy to take advice ...

docsteveharris commented 1 year ago

just need to see if this is still a problem

harryjmoss commented 1 year ago

Can be considered fixed pending #274 closure AND confirmation that we've fixed this on GAEs

docsteveharris commented 1 year ago

just needs to be reviewed to allow us to confirm/close @docsteveharris or @hqva need to check /gae/hyui/test or something like that just on GAE08 if it doesn't work let's delete and restart

hqva commented 1 year ago

I can create and edit the files in /gae/hyui/! (including editing the README.md or adding files to /gae/hyui/dev/, making folders in /gae/hyui/, and adding to /gae/hyui/test/). Anything else to test?

harryjmoss commented 1 year ago

@hqva great news! Would be great if you could check some of the basic git commands work (I think even git status would fail last time) and then we're good to go

hqva commented 1 year ago
Screenshot 2023-05-22 at 16 36 58

Ah - still get these errors.

docsteveharris commented 1 year ago

@harryjmoss and @hqva : can we close this?