承接 picturae/joomla-cli 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

picturae/joomla-cli

最新稳定版本:1.0.0

Composer 安装命令:

composer create-project picturae/joomla-cli

包简介

Command-line script to manage joomla sites

README 文档

README

Latest Stable Version Build Status Code Climate

Joomla-cli is a commandline tool to manage your Joomla websites.

For instance in our development / production environment we've build a Phing wrapper around it to deploy and install our Joomla! websites.

Install Joomla

vendor/bin/joomla-cli core:download --path=./public

--path defaults to joomla, can be whatever relative to the directory the command is executed.

--version defaults to latest stable e.g. 3.4.0, supports 3.3.* or exact version number.

With the --stable flag you can also install unstable versions e.g. 3.4.1-rc

Install DB

vendor/bin/joomla-cli core:install-db  --dbname="mydb" --dbuser="myuser" --dbpass="mypassword" --dbhost="localhost" --joomla-version="3.4.0"

This command is used to install the initial clean Joomla! database.

Other options:

--dbprefix to set the prefix for the Joomla! tables.

Database updates

vendor/bin/joomla-cli core:update-db --path=./public

This command uses the path to bootstrap the Joomla application and run the database migrations (if they are needed).

Install languages

vendor/bin/joomla-cli extension:language:install nl-NL --path=./public

This command uses the path to bootstrap the Joomla application and install the language.

Thanks to…

统计信息

  • 总下载量: 22.18k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 26
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-03-16