Skip to main content
429
results
Andrew Fletcher
  Set up your server Begin by cleaning up your server environment.  Do this by updating Ubuntu’s package index: sudo apt update && sudo apt upgrade -y  Check if Python3 is already installed python --versionResponse Unknown option: -e usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information.Or python3 --versionResponse Python 3.8.10  Update Python If you want to update to the latest version sudo apt-get install python3...
Andrew Fletcher
Python3 Error ImportError: cannot import name 'soft_unicode' from 'markupsafe'...
Andrew Fletcher
Logging into the server, and there are packages to be updated.  You know...
Andrew Fletcher
Update Ubuntu 20.04 To begin update the server using the command sudo apt update...
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 preferred option.  However, even if you have installed from package, you can make adjustments to creating extensions.   Set up your server Begin by cleaning up your server environment.  Do this by updating Ubuntu’s package index: sudo apt update && sudo apt upgrade -yNow install the packages required by CKAN (which includes git, which will allow you to install CKAN extensions): sudo apt-get install...
Andrew Fletcher
git clone git@bitbucket.org:{username}/{repo}.git And I was unceremoniously...
Andrew Fletcher
Recently a client handed me code that runs an app through iOS and Android....
Andrew Fletcher
Resources - changing Drush Type Version Drush (current) 11.6.0 Drush...
Andrew Fletcher
CKAN extensions - adding to your installation   Following the information...
Andrew Fletcher
Each time a release is prepared for Google Play, the steps I work through are as follows.   Preparation to run a build Check the Gradle build settings Directed to the build.gradle file using the following file path ~/android/app/The area of code in the build-gradle file to focus: android { signingConfigs { debug { storeFile file('{file-path}/private_key.pepk') storePassword '{password}' keyAlias '{alias}' keyPassword '{password}' ...
Andrew Fletcher
Something I haven't had to do in a while is to change the name of a Git branch...
Andrew Fletcher
Post a NetSkope update, composer would fail when running any command that...
Andrew Fletcher
By default the maximum file upload size is set to 2MB.  It is not a...
Andrew Fletcher
Attempting to run a preview, and I'm seeing the following error in Android...