ラベル Install Maniax2008 CMS の投稿を表示しています。 すべての投稿を表示
ラベル Install Maniax2008 CMS の投稿を表示しています。 すべての投稿を表示

2009年2月2日月曜日

PHP-Nuke

Install Maniax2008 CMS
 
 PHP-Nuke http://phpnuke.org/
 

 
 
1.  Version 8.0 をダウンロード ( 8.1 から $12 )
 
2.  仮想ディレクトリを作成 展開したフォルダの html 以下を割り当てる
 
3.  http://iis.museum-in-cloud.com/nuke/admin.php を実行 
  
    途中、
    Fatal error: Maximum execution time of 30 seconds exceeded in C:\apps\PHP-Nuke-8.0\ html\install\includes\database.php on line 280
 
   php.ini の max_execution_time = 0 としても、 500 エラーで先に進めないため、
   以下の対策を実行。 
   
    - 手動で MySQL にてデータベースを作成  ( nuke )
        作成しデータベースで   /sql/nuke.sql を実行。
      * 9.500 行ある SQL であるため phpadmin で一度では処理できないので
        分割して実行。 
 
    - 手動で config.php の $dbhost, $dbname, $dbpass $prefix を記述
 
   http://iis.museum-in-cloud.com/nuke/install/install2.php  を実行し、次に進む。

4.     http://iis.museum-in-cloud.com/nuke/admin.php
     にて管理者用アカウントを作成
  
以上 
 
 
* 以下、参考
 
- install.txt 
 
PHP-Nuke: Web Portal System
===========================

PLEASE READ CAREFULLY THE FOLLOWING INSTRUCTIONS. IF YOU DO THIS,
YOU WILL HAVE YOUR SITE UP AND RUNNING IN JUST A FEW MINUTES.

##############################################################################
#                        I M P O R T A N T    N O T E                        #
##############################################################################
# IMPORTANT: I saw many sites that removes the copyright line in the footer  #
# of each page. YOU'RE NOT ALLOWED TO REMOVE NOR CHANGE/EDIT THAT NOTE.      #
# You can sell services based on PHP-Nuke, you can make money from it, you   #
# can do almost whatever you want with PHP-Nuke but DO NOT REMOVE NOR EDIT   #
# THE COPYRIGHT NOTICES!!! Removing it is a GPL license's violation.         #
# If you do not agree with this simple rule, delete all PHP-Nuke files       #
# rigth now and move away from it. Thanks.                                   #
##############################################################################

Base Requirements
-----------------

In order to setup PHP-Nuke the folowing prerequisits are necessary.

- A Linux or Windows Box installed and working properly.
- Apache Web Server (http://www.apache.org)
- PHP version 4.2.x or better (mod_php) Apache module (http://www.php.net)
- MySQL database server (http://www.mysql.com)

NOTE: From PHP-Nuke version 5.3, I added a new SQL abstraction layer,
this means that PHP-Nuke now supports MySQL, mSQL, PostgreSQL, PostgreSQL_local,
ODBC, ODBC_Adabas, Sybase and Interbase servers. The official test server
is MySQL which is used to develop PHP-Nuke. Any feedback about others SQL Servers
and how it works will be very appreciated and useful.

The above doesn't mean it will not work with other configurations, OS's, DB's, etc,
but we only provide INSTALL instructions for the above configuration.
In fact PHP-Nuke works under Windows (all), FreeBSD, OS/2, MacOS, etc.

Setup of these required packages is beyond the scope of this document
and if you are unsure you should check with each of the appropriate web
sites for further details.


Installing the Package (The fast and easy way)
----------------------------------------------

Unzip the package into the directory you want to use on you web
server, if you're unsure where that is, ask you system administrator.

Point your browser to your site, for example: http://phpnuke.org

The system will show you an error message with a link to the web based installer utility (introduced
with PHP-Nuke 8.0), follow the very easy steps and you're done.


Installing the Package (The hard way)
-------------------------------------

Unzip the package into the directory you want to use on you web
server, if you're unsure where that is, ask you system administrator.

Now go to the directory where you uncompressed all files and edit the
file "config.php". Change all the fields until you are happy with the
changes and they fits the need of your web site. Give special attention
to the database configuration section. When you have finished to edit
config.php file change to the /sql/ directory and there is a file called
"nuke.sql" this file contains the commands to build the database structure,
tables and the default data.

If you're using a software like phpMyAdmin go to step 3.

1) Create a database called, for example, nuke:

    mysqladmin create nuke
    
2) Now fill the databases with the tables in nuke.sql file:

    mysql nuke < nuke.sql

3) In order to use the ultramode.txt news file please be sure to chmod 666.
   This file is used to show news from your site in some old programs and
   frontends and is reserved to future use in PHP-Nuke. For backend use
   backend.php file instead.

4) That's it!... now you need to edit the file "config.php" to set the
database options. Please read carefully the instruction on that file!
After that, point your browser to:

http://phpnuke.org/admin.php
    
    We use MySQL as the example and nuke.sql file is in MySQL format
because PHP-Nuke was made using this database server. You can find
many programs out there to convert the database schema from MySQL to
whatever else you want. But this is a task for you.


First Run
---------

    Create your Super User following the on-screen instructions.
    Now click on "Preferences" and change whatever you want to fit your
site info. All the options you need to change are in the Preferences
menu. If you need help just click con the help icon at the right-top
of the Administration Menu. This will open a new window with the help
you need for each section in the administration system.

SECURITY TIP: It's a good choice to put your config.php file outside the
Web Server path, then you can create a new config.php with the line:



Upgrading from previous versions
--------------------------------

    To upgrade a prevoius PHP-Nuke installation to this new version you
need to edit the selected upgrade file from upgrades directory and launch
your web browser to:

    http://www.phpnuke.org/upgrade35-4.php

    all the new tables will be added and updated automagically without touch
your old data.

IMPORTANT: Remember to backup always your database before any upgrade, just
in case. If something goes wrong don't come crying to me.


Testing the Installation
------------------------

Go to your homepage, for example:

    http://phpnuke.org/index.php
    
To initiate your activities in your site, you need to login as Administrator at:

    http://phpnuke.org/admin.php
    
    this will give you full administrator priviledges to your installation of Nuke.

*** For security reasons please remember to create a Super User IMMEDIATELY!!! ***

    Remember to "Logout" from admin after you use it, from this area you can
delete or add content on your site, never leave your computer without logggin out
from the admin account. If something bad happens don't come crying to me.

    I recommend the use of phpMyAdmin. It's a good administration system for
MySQL databases. To download it just go to http://phpmyadmin.net

    I also recommend to set a password for your MySQL access. This is important
as some data in the nuke database is not encrypted, so for security reasons you
need to set a password, not only that, it's a good practice!

    For Banners System, when you setup a new client, you need to assign a new
login/password for him. The login and password is used by the client at the url:

http://phpnuke.org/banners.php?op=login
    in order to let the client view and track the banners stats in real time
just pass that url to your clients. Take a look yourself before you do.


Final Notes
-----------    

    That's it! You're done with PHP-Nuke. Just navigate around, play with it, 
abuse it and if you like PHP-Nuke, use it. Spend some time getting used to the 
administration interface.

    To change your site's logo, go to the themes directory and make a custom
logo for each individual theme. Just navigate around all themes and change
the graphics you want.

    A note for the PHP-Nuke site's administrators: Only admins (authors) can
view the following data in the site:

    - Administration Menu
    - Number of New Submissions
    - Edit button for each link in Web Links
    - Edit and Delete options for each Article
    - Delete option for each comment
    - IP/Host address of the comment poster
    - Moderation option and button (if set for admin only)
    - and MANY more...

    If you plan to give something in change for PHP-Nuke as a contribution,
please read the file SUPPORT included in this package to have some ideas.



*** Special Thanks to all the people who help sending bugs reports, fixes, new
add-ons, requests for new features, etc... I really appreciate you all! ***

************************************
* PHP-Nuke URL: http://phpnuke.org *
************************************

Enjoy!

-- Francisco Burzi
 

SohoLaunch

Install Maniax2008 CMS

 
 
 
 
 

 
インストール手順
 
1.  http://info.soholaunch.com/websitebuilder/download/  よりファイルをダウンロードし
  仮想ディレクトリを追加
  
2.  http://iis.museum-in-cloud.com/soholaunch/installsoholaunch.php を実行
 
 まずダウンロードが開始されるが、時間がかかるため以下のエラーで先に進めない。
 
  500 -内部サーバー エラーです。 
 
   installsoholaunch.php では php.ini 関連の以下の処理は行なわれており、
ini_set("max_execution_time", "300000");
ini_set("default_socket_timeout", "555");
ini_set("max_post_size", "100M");
 
  その他いくつか IIS 関連のパラメータも調整したが、エラーは解消できず
 
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ 
を適用し、パラメータを変更する 
  
  Apache などでファイルをダウンロード、展開されたもの( sohoadmin が作成される)を
  コピーして作業をすすめる。
 
 
 
3. http://iis.museum-in-cloud.com/soholaunch/sohoadmin/ を実行、以下が画面の指示に
  従い、作業を進める。 
 
  * Create Database は手動で行なう。
 
 以上
 
 

 
* 参考 

 http://info.soholaunch.com/Home_Page.php 

Download installsoholaunch.zip
Unzip/extract the downloaded .zip file
Upload the included installsoholaunch.php to your site's home directory (more detail) Upload the “installsoholaunch.php” file (contained within the downloaded zip file) to your website’s home directory (a.k.a. ‘document root’). This folder is typically called something like public_html, www, httpdocs, or htdocs.
Go to http://yourdomain.com/installsoholaunch.php (more detail) Open up your web browser (internet explorer, or firefox) and go to http://yourdomainname.com/installsoholaunch.php and follow the instructions.
Follow the on-screen instructions
Start building your website! 

 


  http://info.soholaunch.com/websitebuilder/download/ 

 How do I get Soholaunch Pro Edition installed on my website?

1. Auto-install it via your control-panel

These control panels include a built-in auto-installer for Soholaunch Pro Edition.

2. Download our free auto-installer

Our auto-installer will install the latest version of Soholaunch Pro Edition on your website. For 15 days, all of the full-version features will be turned on for you. After your full-version trial expires you can keep using all of the ProBase features forever for free, or you can purchase a full-version license and pick up where you left off with the advanced features.

 

 


 
 
* メモ
  
 Top > @IT会議室 > Insider.NET 会議室 > IISのタイムアウトについて 
 
 

 

Geeklog

Install Maniax2008 CMS
 

管理者 : http://iis.museum-in-cloud.com/geeklog/admin/ 
 
インストール手順 
  
 1.   wkyGeeklogインストーラー 2.4.3 は ftp ツールのような感じのものなので不要であり、
    Geeklog1.5.1日本語パッケージ拡張版1.1a を選択し、ダウンロード。
 
2.   仮想ディレクトリと既定のドキュメントの追加
 
   c:\apps\geeklog-1.5.1-jp-extended-1.1a\public_html -->  geeklog
    既定のドキュメントに index.php を追加
 
3.  http://iis.museum-in-cloud.com/geeklog/admin/install/index.php インストールプログラム実行
 
  Everyone に下記ファイルの変更権限を付与
      C:/apps/geeklog-1.5.1-jp-extended-1.1a/logs ディレクトリに フルコントロール 権限を付与
      C:/apps/geeklog-1.5.1-jp-extended-1.1a/logs/error.log  ファイルに read/write  の付与も必要
 
ちょっと待って!
下に列挙されたファイルのパーミッションを必ず変更する必要があります。変更するまでGeeklogをインストールできません。

ファイル/ディレクトリ パーミッション
C:/apps/geeklog-1.5.1-jp-extended-1.1a/db-config.php変更値 777 (現在 666)
C:\\apps\\geeklog-1.5.1-jp-extended-1.1a\\public_html\\siteconfig.php変更値 777 (現在 666) 
  
 

   手動で Create Database ( geelklog ) 対応が必要。  

データベースに接続できません
残念ですが、指定されているデータベースが見つかりません。データベースが存在しないか、綴り(大文字小文字)が違うのでしょう。戻ってやり直してください。
 

   パスワードの変更、設定ファイルを read only に変更、 install フォルダは rename し、作業完了

Geeklog 1.5.1 のインストールが完了しました!
おめでとうございます。Geeklogのインストールに成功しました。プラグイン管理画面で日本語化プラグインをインストールしてプラグインを実行し、サイトを日本語化してください。また、下に表示されている情報をご覧ください。
新しいGeeklogサイトにログインするには、次のアカウントを使用してください。
ユーザ名: Admin
パスワード: password

セキュリティ警告
次の 3 つのことを忘れずに行ってください:
installディレクトリを削除するかリネームする: C:/apps/geeklog-1.5.1-jp-extended-1.1a/public_html/admin/install.
Admin アカウントのパスワードを変更する
C:/apps/geeklog-1.5.1-jp-extended-1.1a/db-config.php と C:/apps/geeklog-1.5.1-jp-extended-1.1a/public_html/siteconfig.php のパーミッションを次のものに変更する: 755. 

 

 

 以上

OpenReality

Install Maniax2008 CMS
 

 
 
 
インストール手順
 
1. サイトより Open-Realty® 2.5.5 (Released 11-17-2008) をダウロード
 
2. ダウンロードしたファイルを展開し、仮想ディレクトリを追加 
 
  c:/apps/open-realty2.5.5 --> /opem-realty
既定のドキュメントに index.php を追加 
 
3. MySQL のデータベースを作成 ( open-realty ) 
 
*  インストールプログラムに Create database 機能はない
We are unable to connect to your database. Please Check your settings and try again. 
 
 
4. セットアップ開始 
 
http://iis.museum-in-cloud.com/open-realty/install/
 
 
5. 管理画面からログインし、 パスワードを変更
http://iis.museum-in-cloud.com/open-realty/admin/index.php?action=configure
初期ユーザー名、パスワードは admin / password となっている。
 
Default Username/Password
Username: admin  
Password: password 
 

6. インストール終了後、インストールフォルダの index.php を削除

You must delete the file C:\apps\open-realty2.5.5/install/index.php before you can access your open-realty install.

 

以上

 

 

Post-Nuke/ Zikula

Install Maniax2008 CMS

 
 

Post-Nuke/ Zikula http://zikula.org/


 

アクセス : http://iis.museum-in-cloud.com/zikula/

 

インストール手順 

1.  http://code.zikula.org/core/downloads より 1.0.1 Full Package を選択しダウンロード 

2. ファイルを展開し、仮想ディレクトリを追加

c:/apps/Zikula-1.0.1-FULL --> /Zikura

既定のファイルに index.php を追加 

3. config/config.php ファイルには書き込み権限の付与が必要 

4. セットアップ開始

 http://iis.museum-in-cloud.com/Zikula/install.php

  権限不足のエラー

Cannot write to config/config.php - please ensure that the file permissions are correct. 

5. インストール終了後、以下のようなセキュリティ警告に従い作業を行なう 

  install.php , upgrade.php ファイル及び install フォルダは削除

'config/config.php'  ファイルは読み取り専用に変更

Stop, please! Installer file 'install.php' and directory 'install' are in the site root,
but must be removed before you can access the Admin Panel.  

Security Analyzer Warnings

  • Configuration file 'config/config.php' is writable, but should be read-only (644 or 444).
  • Installer file 'upgrade.php' is in the site root, but should be removed.
  • PHP 'magic_quotes_gpc' setting is ON, but should be OFF. 

 以上

Templates Express

Install Maniax2008 CMS

 Templates Express
 
 
soholaunch の CMS のテンプレートサービス。
各種のテンプレートが充実している。 
 
 
 Templates Express 
Fantastico De Luxe now comes with Templates Express, a series of static templates which your end users can install and immediatelly start building their website even if they do not want to learn how to manage a CMS. Templates Express is currently not being sold separately.
Templates Express are templates designed by ViaStep's Sohotemplatesdivision, a company specialized in creating templates for Soholaunch Pro. Please notice that Templates Express templates are independant of Soholaunch Pro and do not require any additional license nor can they be used with Soholaunch Pro. They are free for use with any Fantastico licensed server and all accounts on this server. 
 

Products & Services 
AccountLabPlus - Billing for Webhosts 
Click Be! - Website Builder 
Fantastico De Luxe - Autoinstaller 
Templates Express - (part of Fantastico DeLuxe) 
Universina - CPanel skin
 
 

PHPWCMS

Install Maniax2008 CMS

phpwcms  PHPWCMS  http://www.phpwcms.de/

 


アクセス :  http://iis.museum-in-cloud.com/phpwcms/login.php

 

インストール手順 

1. サイトよりダウンロードしたファイル(http://phpwcms.googlecode.com/files/phpwcms_r213.zip)を
      C:/Inetpub/wwwrooot/ 以下に展開し、仮想ディレクトリを追加  

2.  http://iis.museum-in-cloud.com/phpwcms/setup/ にて画面の指示に従い、
    インストール作業を行なう。

* 注意事項 

  phpwcms path settings がうまくいかず、
 ファイルの展開先 ( DOC_ROOT) を c:\apps\phpwcms_r213 から
  C:\inetpub\wwwroot 以下に変更することとでセットアップのエラーを停止することができた。

 また、以下の警告対応のため en フォルダをコピーし ja フォルダを作成した。 

Warning: include_once(C:/inetpub/wwwroot/phpwcms/include/inc_lang/backend/ja/lang.inc.php) [function.include-once]: failed to open stream: No such file or directory inC:\inetpub\wwwroot\phpwcms\phpwcms.php on line 55

以上 

 

以下、作業メモ 

 

Ready to start phpwcms? Some "problems" maybe OK - you can check by testing phpwcms installation.

filestorage:   filearchive   FALSE (not existing)
deleted files:   filearchive/can_be_deleted   FALSE (not existing)
templates:   template   FALSE (not existing)
ftp takeover:   upload   FALSE (not existing)
frontend content:   content   FALSE (not existing)
frontend images:   content/images   FALSE (not existing)
frontend form:   content/form   FALSE (not existing)
frontend tmp:   content/tmp   FALSE (not existing)
frontend rss:   content/rss   FALSE (not existing)
frontend gt:   content/gt   FALSE (not existing)
frontend pages:   content/pages   FALSE (not existing)
startup text:   template/inc_default/startup.php   FALSE (not existing)
main CSS file:   template/inc_css/frontend.css   FALSE (not existing)
index level settings:   config/phpwcms/conf.indexpage.inc.php   FALSE (not existing)
 
 
     OK        PROBLEM

Download the created config file* and copy it to ./config/phpwcms/conf.inc.php — you can also edit values manually. Maybe you have to rename the file if you download using Internet Explorer (name is: conf.inc.php). Another possible way is to connect to your account by ftp. Then place the file ./setup/setup.conf.inc.php in ./config/phpwcms. There you have to delete or rename default conf.inc.php — then rename setup.conf.inc.php to conf.inc.php. It's not possible to start the setup process again as long the setup folder still exists and if you have downloaded the created config file once.

ATTENTION!!!
Delete the "setup" folder otherwise everybody might see your username, passwords and settings.

To makes changes again or proof your values:
MySQL database infos
site infos and admin account
path values
content values

Please check infos about system and PHP version with the requirements. Very important when you use ImageMagick: Please check that the system can find the application (paths must be registered to the system - try this by using "convert -version" inside your terminal or command line). Check http://www.imagemagick.org for additional information. 

 

 

 


 

http://iis.museum-in-cloud.com/phpwcms/login.php

Warning: require_once(./config/phpwcms/conf.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\apps\phpwcms_r213\login.php on line 29

 

 


 

Warning: include_once(C:/inetpub/wwwroot/phpwcms/include/inc_lang/backend/ja/lang.inc.php) [function.include-once]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\phpwcms\phpwcms.php on line 55

 

Joomla!

Install Maniax2008 CMS
 

 
アクセス 本サイトは Joomla! で稼動しています。 
 
 参考サイト   http://phponwindows.net/Joomla.aspx

インストール手順については上記サイトに詳しい説明が記述されています。

今回のインストール作業の流れを以下に示します。 
 
 
1. http://forum.joomla.jp/download.html より Joomla! 1.5 (Joomla_1_5_8_ja-JP_Stable) をダウンロードし展開 
 
 
2. 仮想ディレクトリ  C:\apps\Joomla_1_5_8_ja-JP_Stable /joomla --> /joomla
 
 
 仮想ディレクトリを追加
 
2.   /hoomla/installation/ にて作業開始 
 
 
 
 




 
 
 以上
 
 
* Joomla の Main Menu が正しく動作しない現象あり、同様の事例の報告もみられる。

==> Windows Server 2008 用の更新プログラム (KB954946) の適用により修正される。 ( Patch 参照 )

 
 
メニューの動作の不具合 
 
 
  
* Joomla 関連メモ