All Projects → MegaTKC → AeroCMS

MegaTKC / AeroCMS

Licence: GPL-2.0 license
Aero is a simple and easy to use CMS (Content Management System) designed to create fast and powerful web applications!

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
hack
652 projects

Projects that are alternatives of or similar to AeroCMS

Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+16628.57%)
Mutual labels:  website-builder, content-management, php-cms, content-management-system
lara-s-cms
A PHP Laravel Skeleton for CMS/Admin Dashboard (within/without website)
Stars: ✭ 28 (+100%)
Mutual labels:  website-builder, content-management, php-cms, content-management-system
ulboracms
Ulbora CMS is a self-contained CMS (no database needed) written in Golang. It uses a JSON datastore with content saved in both json files and in memory. You can download and upload a single binary backup file containing content, images, and templates as needed. It also has a built-in mail sender.
Stars: ✭ 42 (+200%)
Mutual labels:  website-builder, content-management, content-management-system
Joomla Cms
Home of the Joomla! Content Management System
Stars: ✭ 3,995 (+28435.71%)
Mutual labels:  website-builder, content-management, php-cms
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (+4100%)
Mutual labels:  website-builder, content-management, content-management-system
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (+2257.14%)
Mutual labels:  website-builder, content-management-system
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (+2657.14%)
Mutual labels:  website-builder, content-management-system
pageflo
A new super flexible open source CMS
Stars: ✭ 34 (+142.86%)
Mutual labels:  content-management, content-management-system
boom-core
BoomCMS core code. BoomCMS is a user friendly, WYSIWYG CMS based on Laravel. Open source and released under the MIT license.
Stars: ✭ 13 (-7.14%)
Mutual labels:  content-management, content-management-system
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (+3014.29%)
Mutual labels:  website-builder, content-management
Portalcms
Portal CMS is a fully featured content management system with a powerful integrated page builder. It is designed for .NET Developers to extend into a bespoke website
Stars: ✭ 69 (+392.86%)
Mutual labels:  website-builder, content-management
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (+2157.14%)
Mutual labels:  website-builder, content-management
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+15800%)
Mutual labels:  website-builder, content-management
laravel-storyblok
Make Laravel and Storyblok work together beautifully.
Stars: ✭ 45 (+221.43%)
Mutual labels:  content-management, content-management-system
Seblod
Build high-end websites with SEBLOD®, a CCK for Joomla!
Stars: ✭ 109 (+678.57%)
Mutual labels:  website-builder, content-management
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+93235.71%)
Mutual labels:  website-builder, content-management
Contentful.swift
A delightful Swift interface to Contentful's content delivery API.
Stars: ✭ 132 (+842.86%)
Mutual labels:  content-management, content-management-system
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+15600%)
Mutual labels:  content-management, content-management-system
Paperbits Demo
This repository shows an example how developers can use Paperbits to build web apps with rich content authoring capabilities.
Stars: ✭ 98 (+600%)
Mutual labels:  website-builder, content-management
vaahcms
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
Stars: ✭ 56 (+300%)
Mutual labels:  content-management, content-management-system

AeroCMS

Aero / AeroCMS is a simple and easy to use CMS (Content Management System) designed to create fast and powerful web applications. Aero is built with OOP (Object Oriented Programming) PHP which is known for fast website loading speeds.

System Requirements

  • PHP 5.6 - PHP 7.4
  • MySQL or MariaDB Database
  • Apache2 Server
  • If you have an XAMPP server, you have all of these requirements already.

LAMP Installation

You can run Aero on any operating system or architecture if it runs linux. You can do it on armhf (arm32), arm64 (aarch64), x86 (i386), or x86_64 (amd64). We recommend Debian or Ubuntu Linux since that is what we ran AeroCMS on. XAMPP also works too, it has everything included. Skip to Aero Installation and Database if you already configured your LAMP stack or have XAMPP.

Starting off we need to install our lamp stack. We go with the easiest one which is using tasksel. If you don't have tasksel you need to install it with sudo apt-get install tasksel. After we finish installing tasksel, we will install the lamp stack on tasksel with this command. sudo tasksel install lamp-server With this command, tasksel will install php, apache2 and mysql. You can even install AeroCMS with MariaDB, but you will need to install the lamp stack manually instead of a two command install.

After your lamp stack is installed, run sudo mysql_secure_installation so you can configure mysql. Create a password and select a level. We suggest level 2 or 3. Press and Enter y for every single other question on the installation. After you get to the privilege tables question, your installation has been completed. Next you need to install phpmyadmin which will help you configure your database visually instead of typing out commands. Run sudo apt-get install phpmyadmin to install the graphical interface. Now move on to the section titled Aero Installation and Database.

Aero Installation and Database

Download this repo and unzip. Make sure your files are in the htaccess folder. Remove the file that ends with .sql. You will need that. Go into phpmyadmin by going into http://[YOUR IP ADDRESS]/phpmyadmin/. Create a database named aerocms and go into the import tab in the aerocms database. Press choose file and select the file that ends with .sql. Press go and the database will be filled with tables. You may get out of phpmyadmin and go to your website which is located at http://[YOUR IP ADDRESS]/. Your installation is completed!

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].