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

building instructions not complete #18

Open
GliderGeek opened this issue Jan 12, 2016 · 1 comment
Open

building instructions not complete #18

GliderGeek opened this issue Jan 12, 2016 · 1 comment

Comments

@GliderGeek
Copy link

running the command pip install -r requirements.txt does not work on a standard ubuntu delivery.
additional package installation are necessary, naimly:

  • sudo apt-get install libcurl4-gnutls-dev (for xcsoar package)
  • sudo apt-get install libxml2-dev (for lxml)
  • sudo apt-get install libxslt1-dev (for lxml)

After these are succesfully installed, the pip command works

@GliderGeek
Copy link
Author

The building procedure is also lacking something else as the site is not working after building and starting the development server.
after finishing steps 1-3 and changing the static_folder parameter, the following error message is showed:
screen shot 2016-01-12 at 23 10 53

After clicking ok, some parts of the site become visible, but without functionality:
virtualbox_ubuntu_14043lts_12_01_2016_23_11_35

fb added a commit to fb/proSoar that referenced this issue Jun 17, 2018
No link tag is inserted if 'en' is preferred locale.

related to TobiasLohner#18 and TobiasLohner#19
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

1 participant