I need to install the PGAFIS on my postgress database in order to use it for a project. However, I cannot find any guide on how to compile or install the extension. Neither does the extension has any tangible document on implementation online.
I have located the github repo for pgafis but I could not go further bcos there is no guide on installation. I need every help
Related
I want to instal October CMS, installation guide is here: https://octobercms.com/docs/setup/installation
but I do not want use composer and install it from repository by composer.
I want download files from here: https://github.com/octobercms/october
and install/compile downloaded files on my local server.
October is no longer free and open source (see https://octobercms.com/blog/post/october-cms-moves-become-paid-platform), and as a part of their v2 they no longer support hosts without composer support or exec() access. The best you could do with October is purchase a license, use composer locally; and then just transfer the files to your server directly, but you won't be able to use the backend to install or update the core, plugins, or themes from the marketplace.
The good news is that the core maintainers have forked the project and are continuing the original project as Winter CMS (see https://github.com/wintercms/winter/issues/5; disclaimer, I'm one of them); and Winter CMS will continue to supports hosts without composer or exec() access.
Winter CMS is currently only available to install through composer, but it does support installing and updating plugins via the backend without composer. We're currently hard at work at getting our marketplace up and running, as well as our web installer, but in the meantime it uses October's marketplace instead.
hopefully someone can help me on this. I have cloned azure-iot-sdk-c from Github and attempting to compile the iothub_II_telemetry_sample but am getting this error:
Severity Code Description Project File Line Suppression State
Error This project references Vcpkg package(s) that are missing on this computer. For more information, see https://github.com/Azure/azure-iot-sdk-c/tree/master/doc/setting_up_vcpkg.md. The missing file is include\azureiot\iothub.h. D:\Azure\SDK\azure-iot-sdk-c\iothub_client\samples\iothub_ll_telemetry_sample\windows\iothub_ll_telemetry_sample.vcxproj D:\Azure\SDK\azure-iot-sdk-c\iothub_client\samples\iothub_ll_telemetry_sample\windows\iothub_ll_telemetry_sample.vcxproj 200
I have followed the link provided in the error and installed vcpkg but still get this error.
Azure IoT SDK uses many libraries (a few from Nuget packages and a few references such as MXchip etc) and you are using the C SDK of azure IoT sample on Windows, so to smooth installation of the required libraries you need vcpkg. Following is the link to install vcpkg, Once you install vcpkg, delete the Temp files and re-start your computer.
Install vcpkg manager on Windows
I am making an installer for software, and was wondering how I would have the installer (I'm using IExpress) install files directly from Github
There is no way to install files directly from GitHub using IExpress. However, you can download the files from GitHub on to your computer, then make a installer with IExpress from that.
I have installed TYPO3 Version 7.6.15 by using composer and also I am using the Xampp version 7.0.0. I have installed many extensions and activated them successfully at the backend of my TYPO3 page.
Now, I have installed the Ecodev/typo3-cms-speciality-distribution via composer. and i am trying to activate it from extension manager but it is giving me following error. Error
Now, I have no idea, what to do? at this link https://github.com/Ecodev/typo3-cms-speciality-distribution
it is written to deactivate EXT:fluid_styled_content, EXT:context_help, EXT:func, so i did, but still the same error. Any help will be grateful thanks.
Finally, i found the error, it is just because when we installed the speciality distribution package, we also need to install and activate all the other dependencies which are important for this package.
After installing them, this problem will resolved. As, i was using it via composer mode.
Thanks
I am working in a project that uses AlFresco-4.2.c as the main program in Ubuntu 16.04, and also uses geoserver in tomcat configured with PostgreSQL.
The problem is that I have been searching for a week about how to install the postgis extension in the own postgresql of alfresco. I have searched in the official documentation of alfresco(http://docs.alfresco.com/4.0/tasks/postgresql-config.html) and other forums, but I have found nothing about extensions.
Do you know a way of installing it?
I have tried to use apt-get and the installer of DBEnterprises, but none of that worked.
I'm not sure what you've followed, but here is what I would have done.
As quickly read from the PostGis page, it's a separate extension on PostgreSQL.
So you'll need to forget about Alfresco for one second, find your local PostgreSQL installation.
It's mostly bundled by Alfresco in the alfresco folder, so e.g. /opt/alfresco-4.2.c/postgresql and the data resides /opt/alfresco-4.2.c/alf_data/postgresql.
If this doesn't work for you, just do the following:
Create a dump file from the current PostgreSQL
Install a PostgreSQL distro from Ubuntu (check the version numbers)
Install the PostGIS extension
Import the dump file