Skip to content

List general information about Plone sites in a single instance

Notifications You must be signed in to change notification settings

RedTurtle/redturtle.lookup

Repository files navigation

Introduction

This product overrides Plone's standard view for ZMI root with an overview of available Plone sites.

Features

  • Possibility to have an overview about sites or products.
  • In sites list, show which sites need to upgrade products and let to manage products install/upgrade/uninstall profiles.
  • In products list, show which sites have a specific product installed and let to manage install/upgrade/uninstall profiles for each site.

Installation

Install redturtle.lookup by adding it to your buildout:

[buildout]

...

eggs =
    redturtle.lookup

and then running bin/buildout

How to use

You simply need to go to your ZMI root (for example: http://localhost:8080).

https://raw.githubusercontent.com/RedTurtle/redturtle.lookup/master/docs/lookup.gif

Development

There are two main parts:

  • api
  • app

Api

Api folder is the folder where there are some api endpoints called from the frontend view to manage sites and products.

App

App folder contains a React app bootstrapped with create-react-app.

The app is bult with sematic-ui framework.

To develop, you need to start a Plone site in background: you can use the buildout in this package, or the instance that you want.

In package.json there is a proxy set for 8080 port, so if your instance runs on another port, you need to change that value.

The first time that you develop react app, you need to install its dependencies:

yarn

Then you need to run the dev server:

yarn start

To build a new version of the app:

yarn build

The new build will be automatically seen in the Plone view.

Contribute

License

The project is licensed under the GPLv2.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

About

List general information about Plone sites in a single instance

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •