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

Install on fresh image #1669

Closed
jasonmacer opened this issue Feb 6, 2025 · 1 comment
Closed

Install on fresh image #1669

jasonmacer opened this issue Feb 6, 2025 · 1 comment

Comments

@jasonmacer
Copy link

Good evening all.

I have a fresh matching with the following:
Oracle Linux 8.10 EUK
Apache 2.4.37
PHP 8.2.25
node v22.11.0
npm 10.9.0
composer 2.8.5

I cloned the repo and copied config-sample.php to config.php, updated the database configs then run "npm install && composer install" and the project builds without issue.

After this completes I run "npm start" and I get the following where it just hangs at the end:

Image

After letting this run for some time I visit "http://XX.X.XX.XX/easyappointments/" and I get a "403 Forbidden" error page.

Did I miss a step here?

Thank you,

Jason

@jasonmacer
Copy link
Author

when I look in /var/logs/httpd/error_log after attempting to access the website listed above and getting the "403 forbidden"error page, I see the following error:

... [core:error] (13)Permission denied: [client...] AH00035 access to /easyappointments/index.php denied (filesystem path '/var/www/html/easyappointments/index.php') because search permissions are missing on a component of the path.

I do not see anything in the instructions that request, or require setting anything else up that I can see.

I tried a few additional things like setting ownership to apache:apache and chmod 755; however, what actually did the trick was disabling SELINUX.

I don't know if that needs to be added to the instructions for fedora based distros or not, but just giving everyone a heads-up that it needs to happen.

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

No branches or pull requests

1 participant