Thanks Michael and sorry for the delay in responding. Pip install certainly brought me closer as it did do a lot of stuff. Now unfortunately I am getting a 500 error after restarting the site. In looking at the logs it looks like python needed to be updated so that was done and now I am getting a 502. I am currently still investigating.
Have you seen this before? Jason Abergel Operations Systems Analyst | Technology – Canada | Wolters Kluwer Tax & Accounting 300 - 90 Sheppard Avenue East |Toronto, ON M2N 6X1 | Local: 416·224-2224 x6311 -----Original Message----- From: Michal Čihař [mailto:[email protected]] Sent: Wednesday, May 31, 2017 1:11 PM To: Abergel, Jason <[email protected]>; [email protected] Subject: Re: [Weblate] How To: Weblate update 2.12 to the latest version Hello Abergel, Jason píše v St 31. 05. 2017 v 15:57 +0000: > Hi Michael, > > Thanks so much for the quick response. > > I am not seeing any errors at all. When I refresh the page it still > shows the same version I started with even after restarting the > service. Maybe you have the sources twice and the web server is still using the old version? > Following the documentation: > > 1. ./manage.py migrate --noinput This migrates the database to match current code. > I also tried running “git clone https://github.com/WeblateOrg/weblate > .git” which seemed promising as it was doing something but still, > nothing. > > I have a feeling a big step is missing from the documentation. Do I > not need to download the latest build? I am new to the Linux world so > I may be missing something that would be obvious to a seasoned Linux > person. How did you install Weblate in the beginning? If it was by git, then start with `git pull`, if you were using pip, `pip install --upgrade Weblate` should do the actual code update. -- Michal Čihař | https://cihar.com/ | https://weblate.org/ _______________________________________________ Weblate mailing list [email protected] https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate
