All Projects → cutelyst → CMlyst

cutelyst / CMlyst

Licence: other
CMlyst is a Content Management application built upon Cutelyst with support for Menus, Pages, Blogs and Feeds

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
CSS
56736 projects
CMake
9771 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CMlyst

pastelyst
A Web Paste Tool built with Cutelyst and KDE Frameworks
Stars: ✭ 19 (-13.64%)
Mutual labels:  qt5, cutelyst
qt-ribbon
A ribbon bar implementation for Qt widgets applications
Stars: ✭ 43 (+95.45%)
Mutual labels:  qt5
AppImageUpdater
AppImage Updater for Humans built with QML/C++ with Qt5 ❤️.
Stars: ✭ 31 (+40.91%)
Mutual labels:  qt5
bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (+50%)
Mutual labels:  qt5
qt-template
Template/Example of Qt/QML built with CMake/qmake. (include PyQt and PySide2)
Stars: ✭ 15 (-31.82%)
Mutual labels:  qt5
vimiv-qt
An image viewer with vim-like keybindings
Stars: ✭ 130 (+490.91%)
Mutual labels:  qt5
fotowall
Pictures collage & creativity tool
Stars: ✭ 92 (+318.18%)
Mutual labels:  qt5
ARehab
ARehab is a free software for physical rehab, aided by augmented reality technologies and user tracking systems, such as Microsoft Kinect v2.
Stars: ✭ 20 (-9.09%)
Mutual labels:  qt5
Qt OpenCV
Qt/QtQuick apps using OpenCV
Stars: ✭ 19 (-13.64%)
Mutual labels:  qt5
plexydesk
Lightweight Desktop Manager for Gnu/Linux and FreeBSD - Ideal for Low resource computers
Stars: ✭ 33 (+50%)
Mutual labels:  qt5
qnotero
Standalone sidekick to the Zotero reference manager
Stars: ✭ 38 (+72.73%)
Mutual labels:  qt5
Atlas
An extensible 3D GIS application for visualization, analysis and research.
Stars: ✭ 113 (+413.64%)
Mutual labels:  qt5
mini-qml
Minimal Qt deployment for Linux, Windows, macOS and WebAssembly.
Stars: ✭ 44 (+100%)
Mutual labels:  qt5
marksentence
一个标记托福考试听力句子的工具(精听工具)
Stars: ✭ 71 (+222.73%)
Mutual labels:  qt5
klatexformula
Generate images from LaTeX equations that you can drag and drop, copy and paste or save to disk.
Stars: ✭ 70 (+218.18%)
Mutual labels:  qt5
WL4Editor
Wario Land 4 Level Editor.
Stars: ✭ 26 (+18.18%)
Mutual labels:  qt5
Racoon
✒️ A simple code editor based on Qt
Stars: ✭ 20 (-9.09%)
Mutual labels:  qt5
WMIT
Warzone Model Import Tool - for use with Warzone 2100
Stars: ✭ 14 (-36.36%)
Mutual labels:  qt5
Qt-Advanced-Docking-System
Advanced Docking System for Qt
Stars: ✭ 909 (+4031.82%)
Mutual labels:  qt5
cyan
Cyan Color Converter
Stars: ✭ 68 (+209.09%)
Mutual labels:  qt5

CMlyst

CMlyst is a Content Management application built upon Cutelyst with support for Menus, Pages, Blogs and Feeds

Help is welcome :)

Dependencies

  • Cutelee
  • Cutelyst 2.11.0 with CuteleeView plugin enabled

Configuration

Create an INI file like cmlyst.conf with:

[Cutelyst]
DataLocation = /var/tmp/my_site_data
production = true

Where:

  • DataLocation is the place where images uploads and sqlite database will be placed
  • production when true will preload the theme templates, which is a lot faster but if you are customizing the theme you will need to reload the process

Setup

To create the first admin user set the SETUP enviroment variable, run the server and point your browser to http://localhost:3000/setup

SETUP=1 cmlystd --http-socket :3000 --ini cmlyst.conf

Running

After the setup is done and you have your first admin using created unset the SETUP enviroment variable and run:

cmlystd --http-socket :3000 --ini cmlyst.conf

Now point your browser to http://localhost:3000/.admin configure and create your first pages/posts

Paths

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].