Sign inSign up

sinenomine/ulboracms-s390x

By sinenomine

Updated about 9 years ago

Ulbora CMS 2.0, by Ulbora Labs, is the first Open Source MEAN stack CMS and blog platform.

Image
0

4.9K

sinenomine/ulboracms-s390x repository overview

UlboraCMS 2.0

Build Status

UlboraCMS 2.0 is the first production quality MEAN stack CMS and blog platform.

[Ulbora CMS Forum] (https://groups.google.com/forum/?hl=en#!forum/ulbora-cms-forum)

[Ulbora CMS Help] (https://groups.google.com/forum/?hl=en#!forum/ulbora-cms-help)

UlboraCMS is built with MongoDB, ExpressJS, AngularJS and Node.js.

UlboraCMS lets you choose either Angular templates or templates built with conventional server-side template engines like EJS or Jade.

You can build multiple templates with UlboraCMS and switch between the templates through the administration screen. Templates can even contain both Angular and convention server-side technologies.

New templates can easily be installed by zipping them as tar.gz files and following a simple upload process in the administration screens.

This is currently Release version 2.0.

Running

To run with the mongodb located in /var/local/mongodb/data and listening on any interface. The mongodb ports are exposed including the REST interface. UlboraCMS will listen on port 8080:

docker run --rm -t -i -v /var/local/mongodb/data:/mongodb/data -p 27017:27017 -p 28017:28017 -p 8080:8080 -e ULBORACMS_IP=0.0.0.0 ulboracms-s390x

MIT

Tag summary

Content type

Image

Digest

Size

601.5 MB

Last updated

about 9 years ago

docker pull sinenomine/ulboracms-s390x