-
Notifications
You must be signed in to change notification settings - Fork 114
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 install PrimeCMS on my Windows PC #328
Comments
Can you try the manual installation? You can use either
|
After running createdb prime I get:
|
You need to install postgres 👍 (and have the tools in PATH https://stackoverflow.com/questions/11460823/setting-windows-path-for-postgres-tools) |
That's my bad I didn't have it in my PATH, ok I did that and it does create an empty db called prime. What are the next steps? |
I have also experienced such problem with JSON parsing:
This happening due to the windows paths parsing. Seems to be you are not testing up&run on windows PC. the buggy code located here:
|
I have found a root cause.
also in file fields.js it would be better to use more universal regexp:
|
For me this also didn't work on Windows, I just tried to clone the repository and then entered
I'd be glad to help out if I can |
After running these two commands on my windows pc:
I enter the name of the project, postgres username, password and database.
Then it crashes with this:
It does create the folder with some files, namely:
I then run "yarn" to install the packages.
Followed by "primecms start"
At this point I do get this:
When I go to http://localhost:4000/graphql I do get the playground, but if I go to http://localhost:4000 I get a "Network Error" after a few seconds.
When I check the console, similarly to #224, I get:
Which makes sense because a config file was never generated...
I have tried every installation methods and none of them work on my PC, I have similarly tried on a mac without issues.
The text was updated successfully, but these errors were encountered: