Skip to content

dionyself/golang-cms

Repository files navigation

GOLANG CMS

Open source Content Management System based on the BeeGO framework.

Features

  • Hierarchical categories
  • Extensive support for multilingual websites. #TODO
  • Use the content blocks (& placeholders) in your own Templates
  • Edit content directly in the frontend on your pages. #TODO
  • Navigation rendering and extending from your apps.
  • SEO friendly urls.
  • Mobile support.
  • Editable areas & ads support

Demo

You will need to run the demo locally (Docker engine is required). Run a golang-cms instance on port 8080:

  • docker run -p 8080:8080 dionyself/golang-cms:latest

Browse 127.0.0.1:8080 to see GolangCMS running. Login details. user: test, password: test

Note: You will be running a pre-alpha version in testmode. Only Linux based OS are supported, please report any bug you find. if you can't see the demo please contact me.

Setting a development environment and/or contributing

Download, develop, compile and contribute! (requires a golang IDE, git and GO v1.19.4 or later)

To run unittests, integration tests and Selenium Automation Testing.

  • go test ./...
  • goconvey ./integration_tests
  • webdriver ./automated_tests
Donate to this project
Bitcoin Paypal XMR
Donate with Bitcoin Donate with Paypal Donate with Monero

About

Simple cms based on Beego framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages