-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Ken Williamson edited this page Oct 31, 2022
·
5 revisions
If you want to run Ulbora CMS on Docker:
https://hub.docker.com/r/ulboralabs/ulboracms
docker pull ulboralabs/ulboracms
- Run build.sh if you are on a Linux compile on other systems
- Copy the following to where you want to run Ulbora CMS
- main file
- static folder
- CMS_USERNAME (Username for admin screens)
- when not set, defaults to: admin
- CMS_PASSWORD (Password for admin screens and should alway be changed from default)
- when not set, defaults to: admin123
- CMS_CAPTCHA_SECRET
- CMS_CAPTCHA_DATA_SITE_KEY
- CMS_CAPTCHA_HOST
- when not set, defaults to: https://www.google.com/recaptcha/api/siteverify
- EMAIL_HOST (Email server URL)
- EMAIL_USER (Email server username)
- EMAIL_PASSWORD (Email server password)
- EMAIL_PORT (Email server port)
- CONTACT_MAIL_SENDER_ADDRESS (Email sender address)
- CONTACT_MAIL_TO_ADDRESS (Email Address that receives form data)
- USE_OFFICE_365 (true if using Microsoft Office 365 address)
- CONTACT_MAIL_SUBJECT (Contact Mail Subject)
- when not set, defaults to: Ulbora CMS Message
- LOGGING_KEY (key for access to log lever REST service)
- when not set, defaults to: 45sdbb2345
- Run ./main to start Ulbora CMS on a Linux platform
- On other platforms, run main for your platform
- On Docker, ./main will automatically run