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

Issues running desktop UI #569

Open
tuffnatty opened this issue Jan 14, 2017 · 1 comment
Open

Issues running desktop UI #569

tuffnatty opened this issue Jan 14, 2017 · 1 comment

Comments

@tuffnatty
Copy link

sbt ... run gives:

[info] Fast optimizing /home/anna/build/lingvodoc/webui/target/scala-2.11/lingvodoc-ui-fastopt.js
[trace] Stack trace suppressed: run last root/compile:scalaJSLauncher for the full output.
[error] (root/compile:scalaJSLauncher) No main class detected.
[error] Total time: 79 s, completed Jan 14, 2017 4:11:08 AM

Please document the deployment and running of the desktop UI under Ubuntu.

@al-indigo
Copy link
Member

You don't need to build it; repo contains prebuilt artifacts for ui.
For desktop part you should do only two additional steps:

  1. destop-setup.py install (instead of setup.py install)
  2. pip install gunicorn

Note that you should use virtualenv with python 3.4+ and have correct ini file (there is a template file desktop.ini: you should place there correct paths for storage section)

I'll put put it in readme soon

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