Lab 0: Configuration
Upload and activate the configuration for an Open Content using Newsitem
cd ~/oc-lab/opencontent-configs/scripts./configure.sh \
http://admin:admin@localhost:8080/opencontent \
editorialcurl -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)"Last updated