2016-12-02 10:38:58 +01:00
2016-08-18 11:41:13 +02:00
2016-11-24 16:51:48 +01:00
2016-12-01 13:39:59 +01:00
2016-10-04 16:31:52 +02:00
2016-08-18 11:41:13 +02:00
2016-10-05 11:45:20 +02:00
2016-08-18 11:41:13 +02:00
2016-12-01 13:46:08 +01:00
2016-12-02 10:38:58 +01:00

Strapi Settings Manager

Description

Strapi plugin built to let you easily configure your Strapi applications.

Installation

Create a new Strapi application: strapi new myApp.

Go in your new Strapi application: cd myApp.

Go in the plugins repository: cd plugins.

Clone this repository: git clone https://github.com/strapi/strapi-settings-manager settings-manager.

Go in the Settings Manager repository: cd settings-manager.

Setup the plugin: npm run setup. This will install the required node modules and build the React plugin.

Go at the root of your application: cd ../...

Start your application: strapi start.

Summary:

strapi new myApp \
  && cd myApp \
  && cd plugins \
  && git clone https://github.com/strapi/strapi-settings-manager settings-manager \
  && cd settings-manager \
  && npm run setup \
  && cd ../.. \
  && strapi start

Note: in the near future, the way to install the plugins will be easier (eg. strapi install settings-manager).

Description
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
Readme MIT 777 MiB
Languages
TypeScript 85.8%
JavaScript 14.1%