Skip to content

Commit 527a0ce

Browse files
authored
Merge branch '9.0' into 9.0
2 parents cec3c01 + ebe5b36 commit 527a0ce

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
# Concrete CMS® Simple Downloader
2+
*Concrete CMS® One-file downloader*
23

3-
**Concrete CMS® One-file downloader**
4-
5-
**Concrete CMS®**(concrete5)の最新版をダウンロード、展開するスクリプトです。
6-
7-
## 使い方
8-
Concrete CMS®をインストールしたいディレクトリにc5downloader.phpをアップロードし、ブラウザでアクセスしてください。
9-
10-
このブランチはVer.9.0.x用です。8系版を使いたい方は、[masterブランチ](https://github.com/tao-s/c5downloader/tree/master)を使ってください。
4+
![](screen.gif)
115

126
Download and deploy Concrete CMS® Ver. 9.0.0RC3.
7+
138
Plesae use [master branch](https://github.com/tao-s/c5downloader/tree/master) if you want to use Ver. 8.5.x.
149

1510
## How to use
16-
Upload "c5downloader.php" to install directory in the web server.
17-
Then, access the PHP script on your browser.
11+
- Upload "c5downloader.php" to install directory in the web server.
12+
- Access uploaded script on your browser.<br>
13+
ex.
14+
https://example.com/c5downloader.php
15+
16+
## Where can I use this?
17+
We confirmed executable this script at hosting service below list,
1818

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

21-
* ロリポップ
22-
* heteml
23-
* CPI
24-
* さくらのレンタルサーバ スタンダード
25-
* Windows Azure Website
26-
* First Server Zenlogick
22+
*Please send PR if you know where can use this script*

c5downloader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* コピーライト以外の改変、再配布OK。個人利用の範囲で勝手に使ってOKです。
1414
* その代わり当方では一切責任を負いません。
1515
*/
16+
1617
define("SRC_URL","https://www.concretecms.com/download_file/8c1f8bf8-6e0f-4730-bfb6-649c8213f283");
1718
define("VERSION","9.0.0RC3");
1819
define("FILENAME","./concrete-cms-".VERSION.".zip");

screen.gif

186 KB
Loading

0 commit comments

Comments
 (0)