乔姆拉!ssh上的安装/升级过程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了乔姆拉!ssh上的安装/升级过程相关的知识,希望对你有一定的参考价值。

First, find the proper package from http://www.joomla.org/download/ and copy its path. Then, over ssh, navigate to the root of the joomla install and perform these commands. In the case of an upgrade, this will overwrite in place the needed files, and in the case of an install, will unpack the package directly in the folder it was uploaded to. Much faster than unzipping locally and ftping.
  1. // grab package straight from joomla and upload to server
  2. wget http://path/to/joomla/upgrade/or/install/package-file-name.bz2
  3.  
  4. //unpack in place
  5. tar xjvf package-file-name.bz2
  6. // alternate command for non-gnutar (not-linux) systems and gz files
  7. // gunzip < package-file-name.gz | tar xvf -
  8.  
  9. //clean up by removing package after unpacking
  10. rm package-file-name.bz2

以上是关于乔姆拉!ssh上的安装/升级过程的主要内容,如果未能解决你的问题,请参考以下文章

乔姆拉!:在代码中的任意位置放置位置

乔姆拉星岩

乔姆拉!K2图像命名。。。

Git配置多ssh密钥

SourceTree安装破姐添加SSH KEY以及拉取代码教程(附资源下载)

git + idea 配置 github设置ssh免登陆方式提交拉取代码