Skip to content

Commit

Permalink
Merge branch '9.0' into 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-s authored Sep 1, 2021
2 parents cec3c01 + ebe5b36 commit 527a0ce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
# Concrete CMS® Simple Downloader
*Concrete CMS® One-file downloader*

**Concrete CMS® One-file downloader**

**Concrete CMS®**(concrete5)の最新版をダウンロード、展開するスクリプトです。

## 使い方
Concrete CMS®をインストールしたいディレクトリにc5downloader.phpをアップロードし、ブラウザでアクセスしてください。

このブランチはVer.9.0.x用です。8系版を使いたい方は、[masterブランチ](https://github.com/tao-s/c5downloader/tree/master)を使ってください。
![](screen.gif)

Download and deploy Concrete CMS® Ver. 9.0.0RC3.

Plesae use [master branch](https://github.com/tao-s/c5downloader/tree/master) if you want to use Ver. 8.5.x.

## How to use
Upload "c5downloader.php" to install directory in the web server.
Then, access the PHP script on your browser.
- Upload "c5downloader.php" to install directory in the web server.
- Access uploaded script on your browser.<br>
ex.
https://example.com/c5downloader.php

## Where can I use this?
We confirmed executable this script at hosting service below list,

## 使えたレンタルサーバ
* [Windows Azure Website](https://azure.microsoft.com/en-us/services/app-service/web/)
* Zenlogick

* ロリポップ
* heteml
* CPI
* さくらのレンタルサーバ スタンダード
* Windows Azure Website
* First Server Zenlogick
*Please send PR if you know where can use this script*
1 change: 1 addition & 0 deletions c5downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* コピーライト以外の改変、再配布OK。個人利用の範囲で勝手に使ってOKです。
* その代わり当方では一切責任を負いません。
*/

define("SRC_URL","https://www.concretecms.com/download_file/8c1f8bf8-6e0f-4730-bfb6-649c8213f283");
define("VERSION","9.0.0RC3");
define("FILENAME","./concrete-cms-".VERSION.".zip");
Expand Down
Binary file added screen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 527a0ce

Please sign in to comment.