Skip to main content
21
results
Andrew Fletcher
Loading the code in a platform - in this article, I'll be focusing on Android and iOS.  Ionic app shell prompts for iOS and Android devices.   Here's a breakdown of the commands: npm run build This command is used to build your web app. It's typically associated with web development frameworks like Angular, React, or Vue. It compiles your web app source code into production-ready files. npx cap sync This command is part of Capacitor. It synchronizes the web app's built files with the...
Andrew Fletcher
  Install the CKAN package Begin by cleaning up your server environment....
Andrew Fletcher
If you're planning to create extensions, generating CKAN from source is the...
Andrew Fletcher
CKAN extensions - adding to your installation   Following the information...
Andrew Fletcher
Goal: Restrict content access through username and password entry on an Nginx...
Andrew Fletcher
Reviewing CKAN extensions and listing the extensions that have been created / modified in the past three years/ Extension Last update URL AGLS metadata extension for CKAN 9 Dec 2021 https://github.com/datagovau/ckanext-agls Archive CKAN resources 27 Apr 2022 https://github.com/ckan/ckanext-archiver CKAN plugin for the B2Find Service 21 Jul 2022 https://github.com/EUDAT-B2FIND/ckanext-b2find Line, bar and pie charts for CKAN 20 Fed...
Andrew Fletcher
Location of the base templates cd...
Andrew Fletcher
Finding the issue with a server 500 error The Nginx error logs are showing too...
Andrew Fletcher
Focusing on the ckan.ini file (/etc/ckan/default/ckan.ini).  When I run the...
Andrew Fletcher
Following the instructions on CKAN DataStore with a little...
Andrew Fletcher
It appears that the plugin or file path is not working how it used to be on previous iOS versions. Previous version had the splash screen showing.  After upgrading to plugins, a black screen is shown. The easiest way to simulate the problem is using iOS simulator.  A black screen will show up as the splash screen.   What is expected to happen? Splash screen is supposed to appear immediately after opening the app. A black screen is shown and then the app is loading.   What...
Andrew Fletcher
Working through a CKAN installation on Ubuntu 20.04 User sees a server 500...
Andrew Fletcher
Before you can run CKAN for the first time, you need to run db init to...
Andrew Fletcher
Localization is the process of showing other languages in your app and is...
Andrew Fletcher
Adding a pem file to secure ejabbered on the server for chat connection. Getting...