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

Incomple informations in README #2

Open
ice3 opened this issue Dec 4, 2015 · 1 comment
Open

Incomple informations in README #2

ice3 opened this issue Dec 4, 2015 · 1 comment

Comments

@ice3
Copy link

ice3 commented Dec 4, 2015

Hello,

The app doesn't work out of the box when we follow the README instructions.
The client is complaining that "jquery" is not found.
This is problematic because in our setup, the server is not connected to the net while running and it is not straightforward to reconnect once deconnected.

In fact, we need to install the client libraries separatly with download_lib.sh in client/js/lib/
I can see 2 solutions :

  • add the line in the README
  • change the package.json file to somehow download the files (adding the libs as a dependency or executing the shell script, I don't know which is the easier)
@DBarthe
Copy link
Collaborator

DBarthe commented Jun 20, 2016

Yes you're right, thanks for reporting.

Actually, server and client are separated things. The client side, which is merely made from static files, has been imported from an older version, and the server side has been rewritten from java to node.

I would prefer keeping this separation, so the client side is not depending on node or npm. We could write an independent set-up script for the client side, and updating the README according to it.

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