2008年10月17日星期五

shindig搭Opensocial容器

第一步:下载shindig
[bash] cd /cygdrive/c/www 
[bash] svn export \ 
          http://svn.apache.org/repos/asf/incubator/shindig/trunk/ 
[bash] mv trunk shindig

第二步:配置httpd.conf
# shindig 
  
    DocumentRoot "C:/www/shindig/php"  
    ServerName shindig.mshome.net 
    ErrorLog "logs/shindig.log"  
    CustomLog "logs/shindig-access.log" common 
     
         Options FollowSymLinks 
         AllowOverride FileInfo 
         Order Allow,Deny 
         Allow from all 
   
 
第三步:配置httpd.conf

Make sure that mod_rewrite is also enabled in your web server. Check if you have the following line in the Apache’s configuration file httpd.conf:

LoadModule rewrite_module modules/mod_rewrite.so

第四步:ok,打开下面链接可以看到访问成功

http://localhost/gadgets/ifrurl=http://www.labpixies.com/campaigns/todo/todo.xml

没有评论: