forked fromjoomla-projects/gsoc19_webservices
- Notifications
You must be signed in to change notification settings - Fork0
Joomla GSoC 2017 Project I: Webservices
License
NotificationsYou must be signed in to change notification settings
will-oracions/gsoc18_webservices
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Travis-CI | Drone-CI | AppVeyor |
---|---|---|
- This is the source of Joomla! 4.x.
- Joomla'sOfficial website.
- Joomla! 4.0version history.
- Detailed changes are in thechangelog.
- Joomla! is aContent Management System (CMS) which enables you to build websites and powerful online applications.
- It is a simple and powerful web server application which requires a server with PHP and either MySQL or PostgreSQL to run. You can findfull technical requirements here.
- Joomla! isfree and Open Source software distributed under the GNU General Public License version 2 or later.
Joomla is not installable out of the box from this repository, please use:
- For the latest stable package:https://downloads.joomla.org
- For a nightly package:https://developer.joomla.org/nightly-builds.html
For detailed instructions please visithttps://docs.joomla.org/J4.x:Setting_Up_Your_Local_Environment
You will need:
- PHP - basically the same as you need for running a Joomla Site, but you need the cli (command line interface) Version (seehttps://docs.joomla.org/Configuring_a_LAMPP_server_for_PHP_development)
- Composer - for managing Joomla's PHP Dependencies. For help installing composer please read the documentation athttps://getcomposer.org/doc/00-intro.md
- Node.js - for compiling Joomla's Javascript and SASS files. For help installing Node.js please follow the instructions available onhttps://nodejs.org/en/
- Git - for version management. Download from herehttps://git-scm.com/downloads (MacOS users can also use Brew and Linux users can use the built-in package manager, eg apt, yum, etc).
Steps to setup the local environment:
- Clone the repository:
git clone git@github.com:joomla/joomla-cms.git
- Go to the joomla-cms folder:
cd joomla-cms
- Install all the needed composer packages:
composer install
- Install all the needed npm packages:
npm install
- Where torequest a feature?
- How do youreport a bug on theIssue Tracker?
- Get Involved: Joomla! is community developed software.Join the community.
- Documentation forDevelopers.
- Documentation forWeb designers.
- Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.
- Special Thanks
- Distributed under the GNU General Public License version 2 or later
- SeeLicense details
About
Joomla GSoC 2017 Project I: Webservices
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- PHP90.3%
- JavaScript7.0%
- CSS1.8%
- Vue0.5%
- SQLPL0.2%
- HTML0.2%