Lab 0: Configuration

Upload and activate the configuration for an Open Content using Newsitem

This lab configures Open Content using editorial standard config

The script ./configure.sh in ~/oc-lab/opencontent-configs will configure Open Content:

cd ~/oc-lab/opencontent-configs/scripts
./configure.sh \
http://admin:admin@localhost:8080/opencontent \
editorial

Verify the configuration in Open Content admin UI (http://localhost/admin)

Activate the config either using the admin UI or curl below:

curl -u admin:admin \
-X POST "http://localhost:8080/opencontent/admin/configuration/activate" \
-H "accept: */*" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "reason=configured from script&name=$(whoami)"

Examine the + Configuration menu and more in Open Content admin UI

  • History

  • Compare (remove something)

  • Import/Export

  • Undo configuration

Last updated