[Qgis-psc] QGIS Plugin website application maintenance

Richard Duivenvoorde rdmailings at duif.net
Wed Mar 13 08:27:48 PDT 2019


On 13/03/2019 15.33, Alessandro Pasotti wrote:
> 
> Hi,
> 
> Ok, it took something more than one day but I'm done with the porting of
> the plugin application to Django 2 and Python 3, on branch modernize:
> 
> Vagrant file is ready and working in the main directory, have a look to
> the README:
> 
> https://github.com/qgis/QGIS-Django/tree/modernize/vagrant_assets
> 
> btw, git clone and "vagrant up" should be all you need to get started in
> debug mode and ready for development.
> 
> Some work has been done on the dependencies, the new requirements are inĀ 
> https://github.com/qgis/QGIS-Django/blob/modernize/qgis-app/REQUIREMENTS_plugins.txt
> 
> NOTE: I did not port (and I will not port) any of the other apps (feed
> ggregator, user map etc.).

Thanks Alessandro!

I installed VirtualBox and tried:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

Vagrant:
* Unknown configuration section 'disksize'.

Googled: to find you need a Vagrant disksize plugin:

$ vagrant plugin install vagrant-disksize
Installing the 'vagrant-disksize' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

conflicting dependencies fog-core (~> 1.43.0) and fog-core (= 2.1.0)
  Activated fog-core-2.1.0
  which does not match conflicting dependency (~> 1.43.0)

  Conflicting dependency chains:
    fog-core (= 2.1.0), 2.1.0 activated

  versus:
    vagrant-libvirt (> 0), 0.0.41 activated, depends on
    fog-core (~> 1.43.0)


Any hint?

Richard




More information about the Qgis-psc mailing list