-
Notifications
You must be signed in to change notification settings - Fork 13
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
The installation instruction in README is incomplete. #3
Comments
@4silvertooth Instruction for deployment via docker in progress |
@4silvertooth |
I’m running to a similar bug, I was unable to find the installation branch. Is it quite possible to revert back to 2.0.1 while development is happening on the latest build still. I'm going to try that. Wish me luck! |
After following the manual to run the application in Docker, the containers start successfully, and the application ports is accessible externally. However, when accessing it via a browser, a Bad Request (400) error is returned. |
Is there anyway to locally run only frontend without backed? |
The installation instructions in the readme have been updated. your_server_address pneumatic.local your_server_address api.pneumatic.local your_server_address form.pneumatic.local your_server_address can be either ip or your server's domain name |
I haven't tried it, but it would appear that the frontend and backend are closely integrated and if there is no backend up and running where the frontend expects it to be, the frontend will be erroring out all the time |
What is supposed to be done after that?
Running npm install in web-client throws errors too.
The text was updated successfully, but these errors were encountered: