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

Can't run on OpenSuse #101

Closed
ilovefreesw opened this issue Oct 5, 2021 · 8 comments
Closed

Can't run on OpenSuse #101

ilovefreesw opened this issue Oct 5, 2021 · 8 comments

Comments

@ilovefreesw
Copy link

I followed the installation using npx method. I am using OpenSuse Tumbleweed.

The first thing is that if we choose PostgreSQL as the database, then it should use 5432 as default port. Right now it uses 3306 which is default for MySQL.

image

The installation is successful, but can't run the app. There are errors on both; running the client as well the server.

Client error: npm run start

image

Server error: npm run start-dev

image

@razvanilin
Copy link
Member

hey @ilovefreesw thanks for pointing this out. Running with Postgres is still a new addition to the project and this installation step went under the radar. I'll create an issue and get on with fixing it as soon as I can

@razvanilin
Copy link
Member

Also, for the error when running the server app, try running it like this instead: npx nodemon index

@ilovefreesw
Copy link
Author

I think it is still failing.

image

image

@razvanilin
Copy link
Member

hmm, seems the installation didn't go as expected. Can you try to run npm run setup at the root of the project? That should install all the dependencies. Can you also let me know what OS and Node version are you using?

@ilovefreesw
Copy link
Author

ilovefreesw commented Oct 5, 2021

I am using OpenSuse Tumbleweed. Node: 16.6.2 and NPM: 7.24.2

I am thinking of trying the Docker image now.

npm run setup command also fails.

image

@ilovefreesw
Copy link
Author

It looks like Docker image is also not supported. I think it is overall problem with the openSUSE. I think Docs should mention which Linux it works with.

image

@razvanilin
Copy link
Member

Thanks for trying that out! You're absolutely right about the docs. I'll look into it as soon as I can

@razvanilin
Copy link
Member

@ilovefreesw forgot to keep this issue in the loop. There are two docker images now

  • razvanilin/chartbrew:latest for amd64 architecture - so this should work on your distro
  • razvanilin/chartbrew:latest-arm64 for arm64 architecture - compatible with the M1 chips

The docs have been updated with instructions for each architecture: https://docs.chartbrew.com/deployment/#run-the-application-with-docker

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

2 participants