CONTENTS


Lastmodified 2013-11-14 (木) 10:06:36


JoomlaにJavaScriptを埋め込むよ!

http://www.fulldigit.net/content/view/73/28/

http://extensions.joomla.org/extensions/edition/custom-code-in-modules/5435/

http://joomla3.satoshis.com/index.php/extensions/20-extension/module.html

Joomlaを、専用ポートで表示するよ!

/usr/local/etc/apache22/extra/httpd-vhosts.conf

Listen 219.117.246.201:12345

#NameVirtualHost 219.117.246.201

<VirtualHost www.smb.net:12345>
ServerName www.smb.net
DocumentRoot /usr/local/www/
  Alias /joomla /usr/local/www/joomla31/
  AcceptPathInfo On
  <Directory /usr/local/www/joomla31>
      AllowOverride None
      Order Allow,Deny
      Allow from all
  </Directory>
</VirtualHost>

Joomlaを入れて見るよ!

http://demo.joomlashine.com/joomla-templates/jsn_gruve/pro/index.php

にJoomla!のインストール方法のPDFがありました。6個のステップでweb siteを構築する方法ですが画像が添付されています。

インストール方法などの紹介

http://www.joomladepon.com/   http://www.joomlaway.net/

YouTubeでは2.5系の説明があります。

http://www.youtube.com/watch?v=hpN-m6rwCZw

http://www.youtube.com/watch?v=nEPpCpRlvBQ

FreeBSD の Portsを探す

root@blackcube2:/root # locate joomla
/usr/ports/www/joomla15
/usr/ports/www/joomla25
/usr/ports/www/joomla31

ということなので、最新で

# portinstall www/joomla31

===>  Installing for joomla-3.1.1
===>   joomla-3.1.1 depends on file: /usr/local/include/php/main/php.h - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/gd.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/json.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/mbstring.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/mysql.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/mysqli.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/pdf.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/session.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/simplexml.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/xml.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/zip.so - found
===>   joomla-3.1.1 depends on file: /usr/local/lib/php/20100525/zlib.so - found
===>   joomla-3.1.1 depends on shared library: mysqlclient.18 - found
===>   Generating temporary packing list
================================================================================

 1) Add the following to your Apache configuration, and restart the server:

  ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
  Alias /joomla /usr/local/www/joomla31/
  AcceptPathInfo On
  <Directory /usr/local/www/joomla31>
      AllowOverride None
      Order Allow,Deny
      Allow from all
  </Directory>

 2) Visit your Joomla site with a browser (i.e. http://your.server.com/joomla/),
    and you should be taken to the install.php script, which will lead you
    through creating a config.php file and then setting up Joomla, creating
    an admin account, etc.


 3) As of 2.5.5, php5-mysqli and php5-zip are installed. Use of mysqli for mysql
    is recommended over mysql.

================================================================================
===>   Registering installation for joomla-3.1.1
http;//wibserver_name/joomla

http://piano2nd.smb.net/joomla/administrator/


Total access 7564:本日 1:昨日 1

Counter: 7564, today: 1, yesterday: 1

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS