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

Instructions without Docker #324

Open
tuaris opened this issue Sep 27, 2019 · 1 comment
Open

Instructions without Docker #324

tuaris opened this issue Sep 27, 2019 · 1 comment

Comments

@tuaris
Copy link

tuaris commented Sep 27, 2019

Nice project. The one thing I ask is that you don't focus it around Docker. Not every OS supports Docker and not everyone wants to use Docker.

Consider publishing some instructions on how to set this up without using Docker. If that already exists, can you make it more visible?

@manusa
Copy link
Owner

manusa commented Sep 29, 2019

Hi @tuaris,

As of now, although the project is quite stable, I haven't created an official release.
Docker images are published based on the latest development, but they are still unofficial.

Of course, when an actual release is performed, it will be distributed using other ways besides Docker images.

Unfortunately there is yet no documentation available on how to run the projects without Docker.

Anyway, you can follow these steps to get it up and running (requires a system Java+Gradle and Node).

  • To run the front-end part go to the client directory and run npm install when the process completes successfully run npm start.
    This will install all the front-end dependencies and start a development server in port 9000.
  • For the server part, go to the server directory and run gradle bootRun
    This will run the server in the default port (front-end dev server is configured to proxy API traffic to this port)
  • Have fun

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