Publify alternatives and similar software solutions
Based on the "Content Management Systems (CMS)" category.
Alternatively, view Publify alternatives based on common mentions on social networks and blogs.
-
Strapi
đ Strapi is the leading open-source headless CMS. Itâs 100% JavaScript, fully customizable and developer-first. -
Directus
The Modern Data Stack đ° â Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. -
Magento
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively âAdobeâ) are subject to the terms of the Adobe Contributor License Agreement. -
WooCommerce
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. -
Saleor
Saleor Core: the high performance, composable, headless commerce API. -
Spree Commerce
A headless open source e-commerce platform for global brands -
OpenCart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution. -
Reaction Commerce
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes. -
PrestaShop
PrestaShop is the universal open-source software platform to build your e-commerce solution. -
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony -
django CMS
The easy-to-use and developer-friendly enterprise CMS powered by Django -
Umbraco
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites -
KeystoneJS
The most powerful headless CMS for Node.js â built with GraphQL and React -
Drupal
Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub. -
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time. -
Open Source POS
Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface. -
Solidus
đ Solidus, the open-source eCommerce framework for industry trailblazers. -
Refinery CMS
An extendable Ruby on Rails CMS that supports Rails 6.0+ -
Cockpit
Add content management functionality to any site - plug & play / headless / api-first CMS -
Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel. -
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. -
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce) -
Sharetribe
Sharetribe Go is a source available marketplace software, also available as a hosted, no-code SaaS product. For a headless, API-first marketplace solution, check out Sharetribe Flex: https://www.sharetribe.com/flex. -
Apostrophe 2
Apostrophe is a full-featured, open-source CMS built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment. -
Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. -
Recipes
Application for managing recipes, planning meals, building shopping lists and much much more! -
WriteFreely
A clean, Markdown-based publishing platform made for writers. Write together and build a community. -
Mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor -
Shopware Community Edition
Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform -
Gazelle
Gazelle is a web framework geared towards private BitTorrent trackers. Although naturally focusing on music, it can be modified for most needs. -
Open Food Network
Connect suppliers, distributors and consumers to trade local produce. We're recruiting paid contributors, link below. -
PencilBlue
Business class content management for Node.js (plugins, server cluster management, data-driven pages) -
TYPO3
The TYPO3 Core - Enterprise Content Management System. Synchronized mirror of https://review.typo3.org/q/project:Packages/TYPO3.CMS -
Camaleon CMS
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails -
Concrete 5 CMS
Official repository for Concrete CMS development -
Osclass
With Osclass, get your own classifieds site for free. Build your own Osclass installation and start advertising real estate, jobs or whatever you want- in minutes! -
Thelia
Thelia is an open source tool for creating e-business websites and managing online content. Repo containing the new major version (v2) -
ProcessWire
ProcessWire 3.x is a friendly and powerful open source CMS with a strong API. -
RosarioSIS Student Information System
RosarioSIS Student Information System for school management.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Publify or a related project?
Popular Comparisons
README
Publify
The Ruby on Rails publishing software formerly known as Typo
What's Publify?
Publify is a simple but full featured web publishing software. It's built around a blogging engine and a small message system connected to Twitter.
Publify follows the principles of the IndieWeb, which are self hosting your Web site, and Publish On your Own Site, Syndicate Everywhere.
Publify has been around since 2004 and is the oldest Ruby on Rails open source project alive.
Features
- A classic multi user blogging engine
- Short messages with a Twitter connection
- Text filters (Markdown, SmartyPants, @mention to link, #hashtag to link)
- A widgets system and a plugin API
- Custom themes
- Advanced SEO capabilities
- Multilingual : Publify is (more or less) translated in English, French, German, Danish, Norwegian, Japanese, Hebrew, Simplified Chinese, Mexican Spanish, Italian, Lithuanian, Dutch, Polish, RomanianâŠ
Demo site
You can give Publify a try
The login / password to the admin are:
- Administrator: admin / admin123
- Publisher: demo / demo1234
The demo is reset every hour.
Install
Download
You can download the latest Publify stable release.
If you want to run the master branch, you can clone the Publify repository. However, random things may be broken there at any time, so tread carefully!
Running the master branch in production is not recommended!
Install Publify locally
To install Publify you need the following:
- CRuby (MRI) 2.5, 2.6 or 2.7
- Ruby on Rails 5.2.x
- A database engine, MySQL, PgSQL or SQLite3
- A compatible JavaScript installation for asset compilation. See the execjs readme for details.
- ImageMagick (used by
mini_magick
).
- Unzip Publify archive
- Rename database.yml.yourEngine as database.yml
- Edit database.yml to add your database name, login and password.
$ bundle install
$ rake db:setup
$ rake db:migrate
$ rake db:seed
$ rake assets:precompile
$ rails server
You can now launch you browser and access 127.0.0.1:3000.
Install Publify on a server
You can use your preferred installation method (e.g., Capistrano) to install
Publify on a server. You will also need to set up the environment so it
contains at least SECRET_KEY_BASE
. Your web server may allow you to set this,
or you can consider using a tool like dotenv
.
Install Publify on Heroku
In order to install Publify on Heroku, youâll need to do some minor tweaks.
First of all, you need to set up Amazon S3 storage to be able to upload files on your blog. Set Heroku config vars.
heroku config:set PROVIDER=AWS
heroku config:set AWS_ACCESS_KEY_ID=<your_aws_access_key_id>
heroku config:set AWS_SECRET_ACCESS_KEY=<your_aws_secret_access_key>
heroku config:set AWS_BUCKET=<your_aws_bucket_name>
Next, you need to update Gemfile
. You should remove the mysql2
and
sqlite3
gems, set the Ruby version, and add rails_12factor
. The top of your
Gemfile
should look something like this:
source 'https://rubygems.org'
ruby '2.7.4' # Or whichever version you're running
gem 'pg'
gem 'rails_12factor'
gem 'rails', '~> 5.2.6'
Next, to regenerate the Gemfile.lock, run:
bundle install
Commit your updated Gemfile
and Gemfile.lock
:
git commit -am 'Update bundle for Heroku'
Create a file Procfile
containing the following:
web: bundle exec puma -C config/puma.rb
Commit your new Procfile
:
git add Procfile
git ci -m 'Tell Heroku how to run Rails'
You also need to set Rails' secret key base. Generate one using rake secret
,
then set the Heroku config var:
heroku config:set SECRET_KEY_BASE=<your_generated_secret>
Push the repository to Heroku.
When deploying for the first time, Heroku will automatically add a Database plugin to your instance and links it to the application. After the first deployment, don't forget to run the database migration and seed.
heroku run rake db:migrate db:seed
If application error has occurred after migration, you need to restart Heroku server.
heroku restart
Resources
- Sidebar Plugins
- In page Plugins
- Report a bug
- Frequently Asked Questions
- Publify on Twitter
- IRC: #publify on irc.freenode.net
Maintainers
Current Maintainers
Frédéric de Villamil blog: http://t37.net
Matijs van Zuijlen blog: http://www.matijs.net/blog/
Thomas Lecavelier blog: http://blog.ookook.fr/
Yannick François blog: http://elsif.fr
Previous Maintainers & Notable Contributors
Cyril Mougel blog: http://blog.shingara.fr
Davide D'Agostino blog: http://www.lipsiasoft.com
Piers Cawley blog: http://www.bofh.org.uk/
Scott Laird
Kevin Ballard blog: kevin.sb.org
Patrick Lenz
Seth Hall
And many more cool people whoâve one way or another contributed to Publify.
Original Author: Tobias Luetke blog: http://blog.leetsoft.com/
Enjoy, The Publify team