joomlatools / platform
Joomla based web platform for building modern, scalable and maintainable software-as-a-service apps
Installs: 311
Dependents: 0
Suggesters: 0
Security: 0
Stars: 36
Watchers: 16
Forks: 13
Open Issues: 12
Type:project
Requires
- php: >=7.0
- ext-mbstring: *
- joomla/application: 1.7.0
- joomla/registry: 1.5.2
- joomla/string: 1.4.1
- joomla/uri: ~1.1
- joomlatools/console: ^1.5.0
- paragonie/random_compat: ~1.0
- phpmailer/phpmailer: 5.2.16
- robmorgan/phinx: ^0.8.0
- vlucas/phpdotenv: ^2.1.0
Suggests
- joomlatools/platform-legacy: Includes deprecated library classes no longer used in the core
- dev-master
- v2.0.1
- v2.0.0
- 1.0.x-dev
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/web/administrator/templates/elysio/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/web/administrator/templates/elysio/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/web/administrator/templates/elysio/websocket-extensions-0.1.4
- dev-dependabot/composer/phpmailer/phpmailer-6.1.6
- dev-dependabot/npm_and_yarn/web/administrator/templates/elysio/tar-2.2.2
- dev-feature/360-media-finder
This package is not auto-updated.
Last update: 2021-02-07 06:31:30 UTC
README
Would you be willing to trade all the days from this day forward for one chance -- just one chance -- to come back here and tell our enemies that they may take our lives, but they'll never take our freedom?
Alba gu bràth!
Joomlatools Platform is a modern Joomla stack that helps you get started with the best development tools and project structure.
Much of the philosophy behind the platform is inspired by the Twelve-Factor App methodology including the Joomla specific version.
Forked from Joomla CMS v3.6.5
Features
- Better directory structure
- Slimmed down codebase
- Additional flexibility improvements and bug fixes
- Dependency management with Composer
- Easy Joomla configuration with environment specific files
- Environment variables with Dotenv
- CLI extension installer with Joomlatools Composer
Use the Joomlatools Vagrant box for additional features:
- Easy development environments with Vagrant
- Easy server provisioning with Puppet (Ubuntu 14.04, PHP 5.5, MariaDB)
- One-command deploys using Capistrano
Requirements
- PHP >= 7
- Composer - Install
- Mbstring PHP Extension
Installation
Automatic (recommended)
- Run
composer create-project joomlatools/platform
- Complete the steps
- Access Joomla administrator at
http://example.com/web/administrator
Manual
- Clone the git repo -
git clone https://github.com/joomlatools/joomlatools-platform.git
- Run
composer install
- Create a new database and import the MySQL data in the following order:
install/mysql/schema.sql
install/mysql/data.sql
install/mysql/legacy.sql
- Copy
.env.example
to.env
and update environment variables:JOOMLA_DB_NAME
- Database nameJOOMLA_DB_USER
- Database userJOOMLA_DB_PASS
- Database passwordJOOMLA_DB_HOST
- Database hostJOOMLA_ENV
- Set to environment (development
,staging
,production
)JOOMLA_KEY
- A 32 character random stringJOOMLA_CACHE
- [OPTIONAL] True or false to enable or disable cachingJOOMLA_DEBUG
- [OPTIONAL] True or false to enable or disable debug mode
- Access Joomla administrator at
http://example.com/web/administrator
and login with both username and passwordadmin
.
Joomlatools Console
Our Joomlatools Console also supports the Joomlatools Platform. To install the platform with a single command, add the --repo=platform
flag:
joomla site:create joomlatools-platform --repo=platform
Configuration
To be able to access your Joomla site at http://example.com/
set your site vhost document root
to /path/to/site/web/
.
If you are using shared hosting and/or you are not allowed to change your server Apache vhost configuration directly rename htaccess.txt to .htaccess and modify it use your domain name to set web root or document root to /web.
Deploys
There is currently one method to deploy platform sites out of the box:
Any other deployment method can be used as well with one requirement:
composer install
must be run as part of the deploy process.
Documentation
Contributing
Joomlatools Platform is an open source, community-driven project. Contributions are welcome from everyone. We have contributing guidelines to help you get started.
Contributors
See the list of contributors.
License
Joomlatools Platform is free and open-source software licensed under the GPLv3 license.
Community
Keep track of development and community news.
- Follow @joomlatoolsdev on Twitter
- Join joomlatools/dev on Gitter
- Read the Joomlatools Developer Blog
- Subscribe to the Joomlatools Developer Newsletter