Alfresco Community Edition alternatives and similar software solutions
Based on the "Content Management Systems (CMS)" category.
Alternatively, view Alfresco Community Edition alternatives based on common mentions on social networks and blogs.
-
Strapi
The most advanced open-source Content Management Framework -
Spree Commerce
Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails. -
Reaction Commerce
Customizable, real-time reactive, JavaScript commerce platform. -
Directus
Directus is a powerful and intuitive headless CMS for managing SQL databases with custom architectures. Built around a robust and extensible API, this decoupled content management framework is perfect for websites, apps, or multi-client projects. -
Cockpit
Simple Content Platform to manage any structured content. -
Open Source POS
Open Source Point of Sale is a web based point of sale system. -
Bagisto
Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features. -
Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. -
Sharetribe
An open source platform to create your own peer-to-peer marketplace, also available with SaaS model. -
Shopware Community Edition
PHP based open source e-commerce software made in Germany. -
Gazelle
Gazelle is a web framework geared towards private BitTorrent trackers. Although naturally focusing on music, it can be modified for most needs. -
MODX
MODX is an advanced content management and publishing platform. The current version is called 'Revolution'. -
PencilBlue
Business class content management for Node.js (plugins, server cluster management, data-driven pages) -
WriteFreely
Writing software for starting a minimalist, federated blog -
Squidex
Headless CMS, based on MongoDB, CQRS and Event Sourcing. -
Camaleon CMS
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails 4. -
Open Food Network
An online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses. -
OpenBazaar
Decentralized marketplace using cryptocurrency. -
Backdrop CMS
The comprehensive CMS for small to medium sized businesses and non-profits. -
ProcessWire
ProcessWire. PHP 5 based CMS and CMF (framework). See the dev branch for the latest development version. New versions weekly. -
ImpressPages CMS
Easy code meets easy admin. -
Drupal Commerce
Drupal Commerce is a popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules. -
RosarioSIS Student Information System
PHP webapp for School Management
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Alfresco Community Edition or a related project?
Popular Comparisons
README
This project has now been Archived
The alfresco-core, alfresco-data-model, alfresco-repository and alfresco-remote-api projects have been archived with their code incorporated into alfresco-community-repo to simply ongoing development. The same artifacts are still produced by the new project. It also has a branch used as the basis of each of ACS 6 Enterprise release. For more information, set the new project’s README.md file.
Alfresco Repository
Repository is a library packaged as a jar file which is part of Alfresco Content Services Repository. The library contains the following:
- DAOs and SQL scripts
- Various Service implementations
- Utility classes
Building and testing
The project can be built by running Maven command:
mvn clean install
The tests are combined in test classes split by test type or Spring application context used in the test, see classes in src/test/java/org/alfresco. All of these classes as well as individual tests can be run by specifying the test class name and a set of DB connection properties, for example:
mvn clean test -Dtest=SomeRepoTest -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql:alfresco -Ddb.username=alfresco -Ddb.password=alfresco
Artifacts
The artifacts can be obtained by:
- downloading from Alfresco repository
- getting as Maven dependency by adding the dependency to your pom file: ~~~ org.alfresco alfresco-repository version ~~~ and Alfresco Maven repository: ~~~ alfresco-maven-repo https://artifacts.alfresco.com/nexus/content/groups/public ~~~ The SNAPSHOT version of the artifact is never published.
Contributing guide
Please use [this guide](CONTRIBUTING.md) to make a contribution to the project.