You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was facing some issues while installation of MapMint. Now, it has been installed successfully. The compiled points are as follows:
In my KDE, postgresql-9.5 was installed, but the destination address was searching for postgresql-9.3 by using postgresql-{{pgvers}}. The variable {{pgvers}} was declared as 9.3. So, after changing pgvers to 9.5 in /mm-install/mapmint-setup/ubuntu/dependencies/vars/main.yml , the issue was solved. This is already solved in the previous conversations.
Many thanks for your report. I feel that should be mentioned in the installation documentation. Note that the english version should require somebody to reread it and fix the small issue it contains, which are mainly syntaxe fixes. Nevertheless, looking at the issue opened lately it seems that the documentation also deserve some addition too.
I was facing some issues while installation of MapMint. Now, it has been installed successfully. The compiled points are as follows:
In my KDE, postgresql-9.5 was installed, but the destination address was searching for postgresql-9.3 by using postgresql-{{pgvers}}. The variable {{pgvers}} was declared as 9.3. So, after changing pgvers to 9.5 in
/mm-install/mapmint-setup/ubuntu/dependencies/vars/main.yml
, the issue was solved. This is already solved in the previous conversations.While downloading Libreoffice, the code is searching for
http://download.documentfoundation.org/libreoffice/stable/5.2.6/deb/x86_64/LibreOffice_5.2.6_Linux_x86_64_deb.tar.gz instead of
http://download.documentfoundation.org/libreoffice/stable/5.2.6/deb/x86_64/LibreOffice_5.2.6_Linux_x86-64_deb.tar.gz
Note the x86_64 and x86-64 in both links
This url is defined in
debian/mapmint/tasks/main.yml
as:I solved this issue by changing:
The url to:
And the value of larch to
x86-64
fromx86_64
inubuntu/dependencies/vars/main.yml
.Also, just for sharing the information, the final installation can be started in verbose view by executing:
The text was updated successfully, but these errors were encountered: