TutorialMS

by kusakari 10. 1月 2010 20:45

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.tutorialms.com/

 

 

■ 設定
1.ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.「http://URI/tutorialms/install/install.php」にアクセスします。

3.下記のコマンドを入力し、MySQLに空DBを作成します。

create database tutorialms character set utf8;

 

4.MOD-Rewriteの項目では Diasble を選択します。

 

 

 

■ 結果

 

 

Tags:

CMS

Family Connections

by kusakari 10. 1月 2010 19:25

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.familycms.com/index.php

 

 

■ 設定
1. ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.下記のコマンドを入力し、MySQLに空DBを作成します。

create database fcms character set utf8;

 

 

 

 

■ 結果

Tags:

CMS

Aiocp

by kusakari 10. 1月 2010 18:26

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=aiocp

 

 

■ 設定
1. ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.下記のコマンドを入力し、MySQLに空DBを作成します。

create database aiocp character set utf8;

 

3.下記のコマンドで権限を与えます。

icacls install /grant "Authenticated Users":(OI)(CI)(M)
icacls shared\config /grant "Authenticated Users":(OI)(CI)(M)
icacls admin\phpMyAdmin\config.inc.php /grant "Authenticated Users":(M)

 

4.「http://URI/aiocp/install/install.php」にアクセスします。

5.デフォルトのアカウント情報は下記の通りです。

ユーザー名:

admin
パスワード: 1234

 

 

■ 結果

 

 

Tags:

CMS

MuCMS

by kusakari 10. 1月 2010 17:35

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://mucms.taggedzi.com/index.php

 

 

■ 設定
1.ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.「http://URI/muCMS/admin/install.php」にアクセスします。

 

 

■ 結果

 

 

Tags:

CMS

phpComasy

by kusakari 10. 1月 2010 16:52

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.phpcomasy.com/index.php?id=1

 

 

■ 設定
1. ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.MySQLのmy.iniファイルをエディタで開きます。
sql-modeを下記のように変更してサービスを再起動します。

sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

 

3.下記のコマンドを入力し、MySQLに空DBを作成します。

create database phpComasy character set utf8;

 

4.下記のコマンドで権限を与えます。

icacls data /grant "Authenticated Users":(OI)(CI)(M)
icacls images /grant "Authenticated Users":(OI)(CI)(M)
icacls data\File /grant "Authenticated Users":(OI)(CI)(M)
icacls data\Image /grant "Authenticated Users":(OI)(CI)(M)
icacls data\Media /grant "Authenticated Users":(OI)(CI)(M)
icacls data\Flash /grant "Authenticated Users":(OI)(CI)(M)
icacls data\Module /grant "Authenticated Users":(OI)(CI)(M)
icacls data\Ressources /grant "Authenticated Users":(OI)(CI)(M)
icacls backup /grant "Authenticated Users":(OI)(CI)(M)
icacls log /grant "Authenticated Users":(OI)(CI)(M)
icacls language /grant "Authenticated Users":(OI)(CI)(M)
icacls templates /grant "Authenticated Users":(OI)(CI)(M)

 

5.index.phpの約176行目付近にある下記の行をパスが通るようにしておきます。

$template = file_get_contents($web->settings->get_settings('global_absolute_path')."/templates/".$template_name."/index.htm");

 

6.ページを作成しようとしたりする際、下記の変数でパスに関するエラーが発生しますので対応します。また、他の操作時にも同様です。
classes\class.page.phpの1401行目付近

$dir = __ABSOLUTE_PATH.'/templates/'.$this->web->settings->get_settings('global_template');

 

 

 

■ 結果

 

 

Tags:

CMS

wikiwig

by kusakari 10. 1月 2010 14:41

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://wikiwig.sourceforge.net/

 

 

■ 設定
1. ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.下記のコマンドを入力し、MySQLに空DBを作成します。

create database wikiwig character set utf8;

 

 

 

■ 結果

 

 

Tags:

CMS

PHPX

by kusakari 10. 1月 2010 13:28

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.thisrand.com/

 

 

■ 設定
1. ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.下記のコマンドで権限を与えます。

icacls admin\logs /grant "Authenticated Users":(OI)(CI)(M)
icacls images /grant "Authenticated Users":(OI)(CI)(M)
icacls images\ads /grant "Authenticated Users":(OI)(CI)(M)
icacls images\avatars /grant "Authenticated Users":(OI)(CI)(M)
icacls images\other /grant "Authenticated Users":(OI)(CI)(M)
icacls images\smiles /grant "Authenticated Users":(OI)(CI)(M)
icacls images\flags /grant "Authenticated Users":(OI)(CI)(M)
icacls admin\graph-files /grant "Authenticated Users":(OI)(CI)(M)
icacls files /grant "Authenticated Users":(OI)(CI)(M)
icacls gallery /grant "Authenticated Users":(OI)(CI)(M)

 

3.下記のコマンドを入力し、MySQLに空DBを作成します。

create database phpx character set utf8;

 

4.「admin\includes\config.php」を開いてMySQLに関する情報を入力します。

5.http://URI/phpX/doc/install.phpにアクセスします。

6.デフォルトのアカウント情報は下記の通りです。

ユーザー名: admin
パスワード: admin

 

 

 

■ 結果

 

 

Tags:

CMS

Zimplit

by kusakari 10. 1月 2010 11:34

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.zimplit.com/index.html

 

 

■ 設定
1.ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.「http://URI/zimplitcms/zimplit.php」にアクセスします。

 

 

 

■ 結果

 

 

Tags:

CMS

Xaraya

by kusakari 10. 1月 2010 11:18

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.xaraya.com/index.php

 

 

■ 設定
1. ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.php.iniで下記の設定値を確認します。

  • max_execution_time = 60

 

3.下記のコマンドを入力し、MySQLに空DBを作成します。

create database xaraya character set utf8;

 

4.下記のコマンドで権限を設定します。

icacls html\var\cache /grant "Authenticated Users":(OI)(CI)(M)
icacls html\var\cache\adodb /grant "Authenticated Users":(OI)(CI)(M)
icacls html\var\cache\rss /grant "Authenticated Users":(OI)(CI)(M)
icacls html\var\cache\templates /grant "Authenticated Users":(OI)(CI)(M)
icacls html\var\config.system.php /grant "Authenticated Users":(M)

 

5.「http://URI/xaraya/install.php」にアクセスします。

6.下図のモジュール設定の個所ではチェックを全て外しておきます。
何個かのモジュールの影響でインストールが失敗します。

 

 

■ 結果

 

 

Tags:

CMS

Wolf CMS

by kusakari 9. 1月 2010 22:51

■ 事前準備

 

■ ダウンロード先
下記のURLからダウンロードします。
http://www.wolfcms.org/

 

 

■ 設定
1. ダウンロードしたファイルを解凍して、「c:\inetpub\wwwroot」フォルダにフォルダ名をソフト名に変更して保存します。

2.下記のコマンドを入力し、MySQLに空DBを作成します。

create database wolfcms character set utf8;

 

3.下記のコマンドで権限を設定します。

icacls config.php /grant "Authenticated Users":(M)

 

4.インストール終了後「install」フォルダを削除します。また、config.phpを読み取り専用にします。

 

 

 

■ 結果

 

 

Tags:

CMS

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen