All Projects → infinitas → Infinitas

infinitas / Infinitas

Infinitas is an open source content management framework that was developed using the CakePHP framework (v2.x). Amongst other things, its a blog, cms, newsletter emailing system and on-line shopping cart.

Projects that are alternatives of or similar to Infinitas

GeniXCMS
Simple and Lightweight CMS Framework
Stars: ✭ 35 (-72.22%)
Mutual labels:  blog-engine, cms-framework
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (-41.27%)
Mutual labels:  blog-engine, cms-framework
Netcorecms
NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.
Stars: ✭ 165 (+30.95%)
Mutual labels:  blog-engine, cms-framework
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+557.94%)
Mutual labels:  blog-engine, cms-framework
Cakephp Tinyauth
CakePHP TinyAuth plugin for an easy and fast user authentication and authorization. Single or multi role. DB or config file based.
Stars: ✭ 114 (-9.52%)
Mutual labels:  cakephp
Nabo
Nabo (納博) - dead simple blog engine
Stars: ✭ 103 (-18.25%)
Mutual labels:  blog-engine
2sxc
DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
Stars: ✭ 98 (-22.22%)
Mutual labels:  cms-framework
Elastiquill
Modern blog engine running on Elasticsearch
Stars: ✭ 98 (-22.22%)
Mutual labels:  blog-engine
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-1.59%)
Mutual labels:  blog-engine
Aws Lambda Blog
AWS Lambda serverless blogging platform
Stars: ✭ 119 (-5.56%)
Mutual labels:  blog-engine
Angular Cms
An flexiable, extendable, modular, single CMS app based on Angular, Express, MongoDB
Stars: ✭ 109 (-13.49%)
Mutual labels:  cms-framework
Cakephp Realworld Example App
Stars: ✭ 103 (-18.25%)
Mutual labels:  cakephp
Migrations
CakePHP database migrations plugin
Stars: ✭ 114 (-9.52%)
Mutual labels:  cakephp
Hexopress
A tiny blogging platform that lets you write posts in Google Docs and syncs with a Google Drive directory.
Stars: ✭ 102 (-19.05%)
Mutual labels:  blog-engine
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-3.97%)
Mutual labels:  blog-engine
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+977.78%)
Mutual labels:  blog-engine
Elepy
Elepy, The Headless Content Management Framework
Stars: ✭ 109 (-13.49%)
Mutual labels:  cms-framework
Canner Firebase Cms
🔥 Content management for Firebase Realtime Database with SSR supported with NextJS, for blog, ecommerce, mobile apps and even chatbot! This project is based on Canner CMS
Stars: ✭ 118 (-6.35%)
Mutual labels:  cms-framework
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+34664.29%)
Mutual labels:  blog-engine
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+33063.49%)
Mutual labels:  cms-framework

To get started running Infinitas, follow the steps below. Infinitas is currently tested and working (with some bugs) on various 5.2+ php installations with MySQL.

The web installer makes for easy installation, there is also a shell version but has not been finalised just yet.

(A) Quick Start Guide

  1. If you don't have cake, download and set it up ( http://github.com/cakephp/cakephp ) you can also get it with git clone git://github.com/cakephp/cakephp

    Make sure to use the latest version of 2.1 (2.2 has some backwards breaking changes in controllers)

(B) Manually

  1. download the app from http://github.com/infinitas/infinitas
  2. extract the files to the app dir, not ../app/infinits/ but ../app/
  3. If you would like the extra plugins (recomended) 3a) you will need to download them all manually and put them in the plugins folder. maybe its time to start using git
  4. see instructions (C) below

(B) Via Git ================================================================================1) cd into your servers webroot directory

  1. git clone git://github.com/infinitas/infinitas.git infinitas/

  2. cd infinitas/

  3. If you would like the extra plugins (recomended) git submodule update --init --recursive

  4. see instructions (C) below

(C) Installation

  1. make APP/config/ and APP/tmp/ writeable for the installation (or just make the entire app owned by the web server sudo chown www-data:www-data -R ./)
  2. create a db (remember the name and login details for just now)
  3. visit the corresponding url to where you cloned it to (http://localhost/ or infinitas/ maybe)
  4. Follow the instructions 8a) although there is a sample data option, it will install sample data regardless.
  5. If all has gone well you should be on a screen that asks you to enter the main administration details, fill this out and hit enter
  6. pat yourself on the back, infinitas is now running :)

Please let us know if you have any issues trying to run Infinitas. There is a bug tracker at http://infinitas.lighthouseapp.com or #infinitas on IRC (freenode.net)

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