《actag》インストール手順
フリーホームページソフト《actag》は以下の手順でインストールします。
フリーホームページソフト《actag》のコンセプトに反してサーバの知識やhtmlの知識を必要とします。
それでも、少しでもコストを抑えて。少しでも思った通りに。ホームページを運用する事が大切と考え、フリーで公開する事にしました。
多分、phpソースを読める方、幾つかのサーバにCMSをインストールされた方なら、ほぼ問題なくインストールする事ができると思います。
何か引っかかって思い通りにならないとき、時間が取れないときは、遠慮なく お問い合わせフォームよりご相談ください。
おしらせ
2009年12月10日
インストール不要の軽量CMS:ActionsCMSをリリースしました。
フリーホームページソフト《actag》からインストール作業を取り払ったような使い勝手です。
ぜひ、お試しください。
- 圧縮ファイル actag20091215.zip をダウンロードします。
(英語バージョン actag20091215ev11.zip もあります[actag》20091215 en11版とは]) - ダウンロードした圧縮ファイルをlocalに解答します。
- 解答直後のディレクトリ構成はサンプル: http://actag.cms-pr.com/actag/ と同様の状態になっています。
- actag
- //フリー ホームページソフト《actag》本体
- actag/sample/documentroot/template
- //テンプレートfileディレクトリ相対パス
変更する場合は actag.php にて変更が可能ですが、インストール後の正常動作を確認するまでは このままにしておいて下さい。
※ actag/sample/以下のフォルダ、ファイルのパーミッションを全て777にして下さい。 - サーバにFTPでアップロードします。
- アップロード直後のID/Passwordは admin/install = コンテンツ管理者 administrator/install = SEO管理者となっています。
とりあえずそのままの状態で正常動作するか確認してください。
ここで正常動作が確認できた場合のみ以下にお進み下さい。 - 正常動作確認後、サーバディレクトリ/actag中のcount.phpをFTPツール等で削除します。
これにより上記ID/Passwordは無効になります。 - admin/installでログインします。
- ユーザ管理アイコンをクリックします。
- admin(コンテンツ管理者)および administrator(SEO管理者) アカウントを作成します。
- 作成したアカウントでログインし、コンテンツ管理/SEO管理が正しく動作する事を確認します。
- 最後にサンプルディレクトリ以下にご自分のhtmlファイルをアップロードして下さい。ディレクトリ構成を変更する場合は actag.phpにて変更可能です。
インストールが終了すると、SEO管理者権限でログインでSEO関連の更新が可能になります。コンテンツ管理者権限でのコンテンツ更新機能はフリーホームページソフト《actag》のコンテンツ変更タグの組み込みをご覧下さい。
-----> for English Version.
INSTALL****
- Download the compressed file "actag20091215ev11.zip".
- Extract the compressed file you downloaded to your computer.
- The directory structure afterdownloading should be like http://actag.cms-pr.com/actagen/
※ below actag / sample / folder, please change all the file permissions to 777. - Upload with the FTP server.
- Content Administrator ID = admin Password = install, and SEO Administrator ID = administrator Password = install. Please check if it works as is normal for now. Then Proceed only if the step works successfully
- After confirming normal operation, please delete "count.php" under the server directory / actag / with a FTP spftware.then ID / Password above will be invalid.
- login with your admin / install.
- Click the User Management icon.
- Create both admin (content managers) account and administrator (SEO Administrator) account.
- login with your SEO Administrator ID and password to make sure it works properly managed.
- Lastly, upload your html files under "sample" directory. To change the directory structure, change "actag.php"
HOW TO CHANGE CONTENTS WITH <actag> TAG *****
Enclose the part you want to change the content.
Start tag -> <! - Actag - ><!-- comment ->
End tag -> <!--/ actag ->
comment area is appeard as the title in a magagement screen.
for example, if the text is like this..
<<Actag>> doesn't require the database because it just change a static HTML
It runs with PHP4or5. There are many rental servers which operate php and costs are lower priced than to use a database.
to
<!--actag--><!--comment-->
<<Actag>> doesn't require the database because it just change a static HTML
It runs with PHP4or5. There are many rental servers which operate php and costs are lower priced than to use a database.
<!--/actag-->
when you use an image...
<img alt="free cms software《actag》" src="images/obj_head_02.jpg" border="0" />
to
<!--actag--><!--comment-->
<img alt="free cms software《actag》" src="images/obj_head_02.jpg" border="0" />
<!--/actag-->









