[OpenPNE3]リリース!インストールしてみた

Written by uechoco 1月 28
このエントリをはてなブックマークに追加[OpenPNE3]リリース!インストールしてみたのはてなブックマーク被リンク数このエントリをdel.icio.usに追加このエントリをLivedoor Clipに追加このエントリをBuzzurl(バザール)に追加

あれ、OpenPNE3のalphaの解析するとか言っときながら、既に正式版リリースしちゃいましたね。最近Processionばかり触ってたら、OpenPNE3ががんばってるのに気付かなかった。とりあえず、インストールだけはしておきましょうか。っていうか、インストール記事ばっか書いてる気がするけど・・・もうちょっとPNEたんに時間を割こうかな。

OpenPNE3.0 セットアップ手順を上から順番にやっていきましょう。

1.ダウンロード・・・しました。zipだけなんですね。tar玉とかはないみたいです。unzipします。

2.ファイルの設置・・・Linux上に設置します(/path/to/openpne3root)。VirtualHostで/webディレクトリをopenpne300.localhostとかのドキュメントルートにしてみます。

3.データベース作成・・・mysqlに対し、utf8のデータベースを作ります。openpne300という名前にしました。また、データベースにアクセスできるユーザ名もopenpne300、パスワードはopenpne300passwordとしましょう。

4.インストールコマンドの実行・・・./symfony openpne:installしても(たぶん)動きませんOpenPNE3開発用ページにあるOpenPNE3alpha3セットアップ手順に書いてある通り、/config/ProjectConfiguration.class.phpファイルのrequire_onceの参照先を変えなければなりません。sfCoreAutoload.class.phpまでの絶対パスがわかる方はその通りに記述してください。

php:
  1. require_once '/path/to/openpne3root/lib/symfony/autoload/sfCoreAutoload.class.php';

これでようやくsymfonyコマンドが動きます。

追記:symfony 1.2では、PDO拡張、XLS拡張を使います。mysqlを使う場合はPDO_mysql拡張なども使います。ソースコードからインストールしている人はphpizeコマンドから、yumからインストールしている人は、yumかpeclコマンドからとか、インストールできるんじゃないでしょうか。一例ですが、下記コマンドで「could not find driver」と出た場合はPDO_mysqlとかがないかもしれません。

Bash:
  1. [uechoco@localhost openpne3root]$ ./symfony openpne:install
  2.  
  3. Choose DBMS (mysql, pgsql or sqlite)
  4.  
  5. mysql
  6.  
  7. Type database username
  8.  
  9. openpne300
  10.  
  11. Type database password (optional)
  12.  
  13. openpne300password
  14.  
  15. Type database hostname
  16.  
  17. localhost
  18.  
  19. Type database name
  20.  
  21. openpne300
  22.  
  23. Type database socket path (optional)
  24.  
  25. (空ENTER)
  26. The DBMS??????????????? mysql
  27. The Database Username?? openpne300
  28. The Database Password?? ******
  29. The Database Hostname?? localhost
  30. The Database Name?????? openpne300
  31. The Database Socket
  32.  
  33. Is it OK to start this task? (y/n)
  34.  
  35. y
  36. >> chmod 777 /path/to/openpne3root/web/uploads
  37. >> chmod 777 /path/to/openpne3root/cache
  38. >> chmod 777 /path/to/openpne3root/log
  39. >> chmod 777 /path/to/openpne3root/symfony
  40. >> chmod 666 /path/to/openpne3root/cache/project_autoload.cache
  41. >> chmod 777 /path/to/openpne3root/web/uploads/assets
  42. >> chmod 777 /path/to/openpne3root/web/cache
  43. >> file-???? /path/to/openpne3root/cache/project_autoload.cache
  44. >> schema??? converting "/path/to/openpne3root/config/schema.yml" to XML
  45. >> schema??? putting /path/to/openpne3root/config/generated-schema.xml
  46. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  47. >> schema??? putting /path/to/openpne3root/pl...CommunityTopicPlugin-schema.xml
  48. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  49. >> schema??? putting /path/to/openpne3root/pl...ated-opMessagePlugin-schema.xml
  50. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  51. >> schema??? putting /path/to/openpne3root/pl...ted-opFavoritePlugin-schema.xml
  52. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  53. >> schema??? putting /path/to/openpne3root/pl...ated-opAshiatoPlugin-schema.xml
  54. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  55. >> schema??? putting /path/to/openpne3root/pl...d-opOpenSocialPlugin-schema.xml
  56. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  57. >> schema??? putting /path/to/openpne3root/pl...-opIntroFriendPlugin-schema.xml
  58. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  59. >> schema??? putting /path/to/openpne3root/pl...erated-opDiaryPlugin-schema.xml
  60. >> file+???? config/generated-opCommunityTopicPlugin-schema.xml
  61. >> file-???? /path/to/openpne3root/plugins/op...CommunityTopicPlugin-schema.xml
  62. >> file+???? config/generated-opMessagePlugin-schema.xml
  63. >> file-???? /path/to/openpne3root/plugins/op...ated-opMessagePlugin-schema.xml
  64. >> file+???? config/generated-opFavoritePlugin-schema.xml
  65. >> file-???? /path/to/openpne3root/plugins/op...ted-opFavoritePlugin-schema.xml
  66. >> file+???? config/generated-opAshiatoPlugin-schema.xml
  67. >> file-???? /path/to/openpne3root/plugins/op...ated-opAshiatoPlugin-schema.xml
  68. >> file+???? config/generated-opOpenSocialPlugin-schema.xml
  69. >> file-???? /path/to/openpne3root/plugins/op...d-opOpenSocialPlugin-schema.xml
  70. >> file+???? config/generated-opIntroFriendPlugin-schema.xml
  71. >> file-???? /path/to/openpne3root/plugins/op...-opIntroFriendPlugin-schema.xml
  72. >> file+???? config/generated-opDiaryPlugin-schema.xml
  73. >> file-???? /path/to/openpne3root/plugins/op...erated-opDiaryPlugin-schema.xml
  74. >> propel??? Running "om" phing task
  75. >> file-???? /path/to/openpne3root/config/gen...toPlugin-schema-transformed.xml
  76. >> file-???? /path/to/openpne3root/config/generated-opMessagePlugin-schema.xml
  77. >> file-???? /path/to/openpne3root/config/gen...ryPlugin-schema-transformed.xml
  78. >> file-???? /path/to/openpne3root/config/gen...icPlugin-schema-transformed.xml
  79. >> file-???? /path/to/openpne3root/config/generated-schema-transformed.xml
  80. >> file-???? /path/to/openpne3root/config/generated-opAshiatoPlugin-schema.xml
  81. >> file-???? /path/to/openpne3root/config/gen...-opIntroFriendPlugin-schema.xml
  82. >> file-???? /path/to/openpne3root/config/gen...ted-opFavoritePlugin-schema.xml
  83. >> file-???? /path/to/openpne3root/config/gen...CommunityTopicPlugin-schema.xml
  84. >> file-???? /path/to/openpne3root/config/gen...d-opOpenSocialPlugin-schema.xml
  85. >> file-???? /path/to/openpne3root/config/gen...gePlugin-schema-transformed.xml
  86. >> file-???? /path/to/openpne3root/config/gen...tePlugin-schema-transformed.xml
  87. >> file-???? /path/to/openpne3root/config/gen...ndPlugin-schema-transformed.xml
  88. >> file-???? /path/to/openpne3root/config/gen...alPlugin-schema-transformed.xml
  89. >> file-???? /path/to/openpne3root/config/generated-opDiaryPlugin-schema.xml
  90. >> file-???? /path/to/openpne3root/config/generated-schema.xml
  91. >> autoload? reloading autoloading
  92.  
  93. Phing was run before and used many custom classes that might conflict with
  94. your model classes. In case of errors try running "propel:build-forms" and
  95. "propel:build-filters" alone. This is due to a PHP limitation that cannot be
  96. fixed in symfony.
  97.  
  98. >> propel??? generating form classes
  99. >> tokens??? /path/to/openpne3root/lib/form/FileBinForm.class.php
  100. >> tokens??? /path/to/openpne3root/lib/form/SnsConfigForm.class.php
  101. >> tokens??? /path/to/openpne3root/lib/form/opAuthConfigForm.class.php
  102. >> tokens??? /path/to/openpne3root/lib/form/MemberRelationshipForm.class.php
  103. >> tokens??? /path/to/openpne3root/lib/form/CommunityForm.class.php
  104. >> tokens??? /path/to/openpne3root/lib/form/sfOpenPNEAuthForm.class.php
  105. >> tokens??? /path/to/openpne3root/lib/form/M...berConfigPasswordForm.class.php
  106. >> tokens??? /path/to/openpne3root/lib/form/M...mberConfigAccessBlock.class.php
  107. >> tokens??? /path/to/openpne3root/lib/form/M...nfigMobileAddressForm.class.php
  108. >> tokens??? /path/to/openpne3root/lib/form/M...erConfigPcAddressForm.class.php
  109. >> tokens??? /path/to/openpne3root/lib/form/M...mberConfigGeneralForm.class.php
  110. >> tokens??? /path/to/openpne3root/lib/form/BlacklistForm.class.php
  111. >> tokens??? /path/to/openpne3root/lib/form/NavigationI18nForm.class.php
  112. >> tokens??? /path/to/openpne3root/lib/form/MemberImageForm.class.php
  113. >> tokens??? /path/to/openpne3root/lib/form/CommunityConfigForm.class.php
  114. >> tokens??? /path/to/openpne3root/lib/form/GadgetConfigForm.class.php
  115. >> tokens??? /path/to/openpne3root/lib/form/ProfileOptionForm.class.php
  116. >> tokens??? /path/to/openpne3root/lib/form/opAuthRegisterForm.class.php
  117. >> tokens??? /path/to/openpne3root/lib/form/ProfileI18nForm.class.php
  118. >> tokens??? /path/to/openpne3root/lib/form/b...BaseMemberProfileForm.class.php
  119. >> tokens??? /path/to/openpne3root/lib/form/base/BaseFileForm.class.php
  120. >> tokens??? /path/to/openpne3root/lib/form/b...aseNavigationI18nForm.class.php
  121. >> tokens??? /path/to/openpne3root/lib/form/base/BaseGadgetForm.class.php
  122. >> tokens??? /path/to/openpne3root/lib/form/base/BaseCommunityForm.class.php
  123. >> tokens??? /path/to/openpne3root/lib/form/b...BaseProfileOptionForm.class.php
  124. >> tokens??? /path/to/openpne3root/lib/form/base/BaseNavigationForm.class.php
  125. >> tokens??? /path/to/openpne3root/lib/form/b.../BaseGadgetConfigForm.class.php
  126. >> tokens??? /path/to/openpne3root/lib/form/b...emberRelationshipForm.class.php
  127. >> tokens??? /path/to/openpne3root/lib/form/base/BaseBlacklistForm.class.php
  128. >> tokens??? /path/to/openpne3root/lib/form/base/BaseAdminUserForm.class.php
  129. >> tokens??? /path/to/openpne3root/lib/form/base/BaseMemberImageForm.class.php
  130. >> tokens??? /path/to/openpne3root/lib/form/base/BaseFileBinForm.class.php
  131. >> tokens??? /path/to/openpne3root/lib/form/b...seCommunityMemberForm.class.php
  132. >> tokens??? /path/to/openpne3root/lib/form/base/BaseMemberForm.class.php
  133. >> tokens??? /path/to/openpne3root/lib/form/b...ProfileOptionI18nForm.class.php
  134. >> tokens??? /path/to/openpne3root/lib/form/base/BaseProfileForm.class.php
  135. >> tokens??? /path/to/openpne3root/lib/form/base/BaseSnsConfigForm.class.php
  136. >> tokens??? /path/to/openpne3root/lib/form/b...seCommunityConfigForm.class.php
  137. >> tokens??? /path/to/openpne3root/lib/form/b.../BaseMemberConfigForm.class.php
  138. >> tokens??? /path/to/openpne3root/lib/form/base/BaseProfileI18nForm.class.php
  139. >> tokens??? /path/to/openpne3root/lib/form/MemberConfigForm.class.php
  140. >> tokens??? /path/to/openpne3root/lib/form/opAuthLoginForm.class.php
  141. >> tokens??? /path/to/openpne3root/lib/form/CommunityMemberForm.class.php
  142. >> tokens??? /path/to/openpne3root/lib/form/InviteForm.class.php
  143. >> tokens??? /path/to/openpne3root/lib/form/opLanguageSelecterForm.class.php
  144. >> tokens??? /path/to/openpne3root/lib/form/NavigationForm.class.php
  145. >> tokens??? /path/to/openpne3root/lib/form/BaseFormPropel.class.php
  146. >> tokens??? /path/to/openpne3root/lib/form/ProfileOptionI18nForm.class.php
  147. >> tokens??? /path/to/openpne3root/lib/form/MemberProfileForm.class.php
  148. >> tokens??? /path/to/openpne3root/lib/form/MemberForm.class.php
  149. >> tokens??? /path/to/openpne3root/lib/form/s...mberProfileSearchForm.class.php
  150. >> tokens??? /path/to/openpne3root/lib/form/InformationConfigForm.class.php
  151. >> tokens??? /path/to/openpne3root/lib/form/GadgetForm.class.php
  152. >> tokens??? /path/to/openpne3root/lib/form/sfOpenPNEPasswordForm.class.php
  153. >> tokens??? /path/to/openpne3root/lib/form/ProfileForm.class.php
  154. >> tokens??? /path/to/openpne3root/lib/form/AdminUserForm.class.php
  155. >> tokens??? /path/to/openpne3root/lib/form/FileForm.class.php
  156. >> tokens??? /path/to/openpne3root/lib/form/OpenPNEFormAutoGenerate.class.php
  157. >> propel??? generating filter form classes
  158. >> tokens??? /path/to/openpne3root/lib/filter...nyFromNonMobileFilter.class.php
  159. >> tokens??? /path/to/openpne3root/lib/filter...unityConfigFormFilter.class.php
  160. >> tokens??? /path/to/openpne3root/lib/filter/NavigationFormFilter.class.php
  161. >> tokens??? /path/to/openpne3root/lib/filter/GadgetConfigFormFilter.class.php
  162. >> tokens??? /path/to/openpne3root/lib/filter/BlacklistFormFilter.class.php
  163. >> tokens??? /path/to/openpne3root/lib/filter/FileFormFilter.class.php
  164. >> tokens??? /path/to/openpne3root/lib/filter/ProfileI18nFormFilter.class.php
  165. >> tokens??? /path/to/openpne3root/lib/filter/MemberConfigFormFilter.class.php
  166. >> tokens??? /path/to/openpne3root/lib/filter/MemberFormFilter.class.php
  167. >> tokens??? /path/to/openpne3root/lib/filter...elationshipFormFilter.class.php
  168. >> tokens??? /path/to/openpne3root/lib/filter...eOptionI18nFormFilter.class.php
  169. >> tokens??? /path/to/openpne3root/lib/filter...eOptionI18nFormFilter.class.php
  170. >> tokens??? /path/to/openpne3root/lib/filter...unityConfigFormFilter.class.php
  171. >> tokens??? /path/to/openpne3root/lib/filter...igationI18nFormFilter.class.php
  172. >> tokens??? /path/to/openpne3root/lib/filter...emberConfigFormFilter.class.php
  173. >> tokens??? /path/to/openpne3root/lib/filter...seCommunityFormFilter.class.php
  174. >> tokens??? /path/to/openpne3root/lib/filter...BaseFileBinFormFilter.class.php
  175. >> tokens??? /path/to/openpne3root/lib/filter...ProfileI18nFormFilter.class.php
  176. >> tokens??? /path/to/openpne3root/lib/filter...seAdminUserFormFilter.class.php
  177. >> tokens??? /path/to/openpne3root/lib/filter...se/BaseFileFormFilter.class.php
  178. >> tokens??? /path/to/openpne3root/lib/filter.../BaseFormFilterPropel.class.php
  179. >> tokens??? /path/to/openpne3root/lib/filter...unityMemberFormFilter.class.php
  180. >> tokens??? /path/to/openpne3root/lib/filter...BaseProfileFormFilter.class.php
  181. >> tokens??? /path/to/openpne3root/lib/filter.../BaseGadgetFormFilter.class.php
  182. >> tokens??? /path/to/openpne3root/lib/filter...adgetConfigFormFilter.class.php
  183. >> tokens??? /path/to/openpne3root/lib/filter...eNavigationFormFilter.class.php
  184. >> tokens??? /path/to/openpne3root/lib/filter...elationshipFormFilter.class.php
  185. >> tokens??? /path/to/openpne3root/lib/filter...seSnsConfigFormFilter.class.php
  186. >> tokens??? /path/to/openpne3root/lib/filter...MemberImageFormFilter.class.php
  187. >> tokens??? /path/to/openpne3root/lib/filter...seBlacklistFormFilter.class.php
  188. >> tokens??? /path/to/openpne3root/lib/filter...ofileOptionFormFilter.class.php
  189. >> tokens??? /path/to/openpne3root/lib/filter...mberProfileFormFilter.class.php
  190. >> tokens??? /path/to/openpne3root/lib/filter.../BaseMemberFormFilter.class.php
  191. >> tokens??? /path/to/openpne3root/lib/filter...mberProfileFormFilter.class.php
  192. >> tokens??? /path/to/openpne3root/lib/filter/SnsConfigFormFilter.class.php
  193. >> tokens??? /path/to/openpne3root/lib/filter...ofileOptionFormFilter.class.php
  194. >> tokens??? /path/to/openpne3root/lib/filter/ProfileFormFilter.class.php
  195. >> tokens??? /path/to/openpne3root/lib/filter...unityMemberFormFilter.class.php
  196. >> tokens??? /path/to/openpne3root/lib/filter/AdminUserFormFilter.class.php
  197. >> tokens??? /path/to/openpne3root/lib/filter/sfMobileIOFilter.class.php
  198. >> tokens??? /path/to/openpne3root/lib/filter...igationI18nFormFilter.class.php
  199. >> tokens??? /path/to/openpne3root/lib/filter/opEmojiFilter.class.php
  200. >> tokens??? /path/to/openpne3root/lib/filter...bledApplicationFilter.class.php
  201. >> tokens??? /path/to/openpne3root/lib/filter...penPNEExecutionFilter.class.php
  202. >> tokens??? /path/to/openpne3root/lib/filter/GadgetFormFilter.class.php
  203. >> tokens??? /path/to/openpne3root/lib/filter/MemberImageFormFilter.class.php
  204. >> tokens??? /path/to/openpne3root/lib/filter/CommunityFormFilter.class.php
  205. >> tokens??? /path/to/openpne3root/lib/filter/FileBinFormFilter.class.php
  206. >> schema??? converting "/path/to/openpne3root/config/schema.yml" to XML
  207. >> schema??? putting /path/to/openpne3root/config/generated-schema.xml
  208. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  209. >> schema??? putting /path/to/openpne3root/pl...CommunityTopicPlugin-schema.xml
  210. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  211. >> schema??? putting /path/to/openpne3root/pl...ated-opMessagePlugin-schema.xml
  212. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  213. >> schema??? putting /path/to/openpne3root/pl...ted-opFavoritePlugin-schema.xml
  214. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  215. >> schema??? putting /path/to/openpne3root/pl...ated-opAshiatoPlugin-schema.xml
  216. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  217. >> schema??? putting /path/to/openpne3root/pl...d-opOpenSocialPlugin-schema.xml
  218. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  219. >> schema??? putting /path/to/openpne3root/pl...-opIntroFriendPlugin-schema.xml
  220. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  221. >> schema??? putting /path/to/openpne3root/pl...erated-opDiaryPlugin-schema.xml
  222. >> file+???? config/generated-opCommunityTopicPlugin-schema.xml
  223. >> file-???? /path/to/openpne3root/plugins/op...CommunityTopicPlugin-schema.xml
  224. >> file+???? config/generated-opMessagePlugin-schema.xml
  225. >> file-???? /path/to/openpne3root/plugins/op...ated-opMessagePlugin-schema.xml
  226. >> file+???? config/generated-opFavoritePlugin-schema.xml
  227. >> file-???? /path/to/openpne3root/plugins/op...ted-opFavoritePlugin-schema.xml
  228. >> file+???? config/generated-opAshiatoPlugin-schema.xml
  229. >> file-???? /path/to/openpne3root/plugins/op...ated-opAshiatoPlugin-schema.xml
  230. >> file+???? config/generated-opOpenSocialPlugin-schema.xml
  231. >> file-???? /path/to/openpne3root/plugins/op...d-opOpenSocialPlugin-schema.xml
  232. >> file+???? config/generated-opIntroFriendPlugin-schema.xml
  233. >> file-???? /path/to/openpne3root/plugins/op...-opIntroFriendPlugin-schema.xml
  234. >> file+???? config/generated-opDiaryPlugin-schema.xml
  235. >> file-???? /path/to/openpne3root/plugins/op...erated-opDiaryPlugin-schema.xml
  236. >> propel??? Running "sql" phing task
  237. >> file-???? /path/to/openpne3root/config/gen...toPlugin-schema-transformed.xml
  238. >> file-???? /path/to/openpne3root/config/generated-opMessagePlugin-schema.xml
  239. >> file-???? /path/to/openpne3root/config/gen...ryPlugin-schema-transformed.xml
  240. >> file-???? /path/to/openpne3root/config/gen...icPlugin-schema-transformed.xml
  241. >> file-???? /path/to/openpne3root/config/generated-schema-transformed.xml
  242. >> file-???? /path/to/openpne3root/config/generated-opAshiatoPlugin-schema.xml
  243. >> file-???? /path/to/openpne3root/config/gen...-opIntroFriendPlugin-schema.xml
  244. >> file-???? /path/to/openpne3root/config/gen...ted-opFavoritePlugin-schema.xml
  245. >> file-???? /path/to/openpne3root/config/gen...CommunityTopicPlugin-schema.xml
  246. >> file-???? /path/to/openpne3root/config/gen...d-opOpenSocialPlugin-schema.xml
  247. >> file-???? /path/to/openpne3root/config/gen...gePlugin-schema-transformed.xml
  248. >> file-???? /path/to/openpne3root/config/gen...tePlugin-schema-transformed.xml
  249. >> file-???? /path/to/openpne3root/config/gen...ndPlugin-schema-transformed.xml
  250. >> file-???? /path/to/openpne3root/config/gen...alPlugin-schema-transformed.xml
  251. >> file-???? /path/to/openpne3root/config/generated-opDiaryPlugin-schema.xml
  252. >> file-???? /path/to/openpne3root/config/generated-schema.xml
  253. >> schema??? converting "/path/to/openpne3root/config/schema.yml" to XML
  254. >> schema??? putting /path/to/openpne3root/config/generated-schema.xml
  255. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  256. >> schema??? putting /path/to/openpne3root/pl...CommunityTopicPlugin-schema.xml
  257. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  258. >> schema??? putting /path/to/openpne3root/pl...ated-opMessagePlugin-schema.xml
  259. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  260. >> schema??? putting /path/to/openpne3root/pl...ted-opFavoritePlugin-schema.xml
  261. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  262. >> schema??? putting /path/to/openpne3root/pl...ated-opAshiatoPlugin-schema.xml
  263. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  264. >> schema??? putting /path/to/openpne3root/pl...d-opOpenSocialPlugin-schema.xml
  265. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  266. >> schema??? putting /path/to/openpne3root/pl...-opIntroFriendPlugin-schema.xml
  267. >> schema??? converting "/var/duo/OpenPNE-30...lugin/config/schema.yml" to XML
  268. >> schema??? putting /path/to/openpne3root/pl...erated-opDiaryPlugin-schema.xml
  269. >> file+???? config/generated-opCommunityTopicPlugin-schema.xml
  270. >> file-???? /path/to/openpne3root/plugins/op...CommunityTopicPlugin-schema.xml
  271. >> file+???? config/generated-opMessagePlugin-schema.xml
  272. >> file-???? /path/to/openpne3root/plugins/op...ated-opMessagePlugin-schema.xml
  273. >> file+???? config/generated-opFavoritePlugin-schema.xml
  274. >> file-???? /path/to/openpne3root/plugins/op...ted-opFavoritePlugin-schema.xml
  275. >> file+???? config/generated-opAshiatoPlugin-schema.xml
  276. >> file-???? /path/to/openpne3root/plugins/op...ated-opAshiatoPlugin-schema.xml
  277. >> file+???? config/generated-opOpenSocialPlugin-schema.xml
  278. >> file-???? /path/to/openpne3root/plugins/op...d-opOpenSocialPlugin-schema.xml
  279. >> file+???? config/generated-opIntroFriendPlugin-schema.xml
  280. >> file-???? /path/to/openpne3root/plugins/op...-opIntroFriendPlugin-schema.xml
  281. >> file+???? config/generated-opDiaryPlugin-schema.xml
  282. >> file-???? /path/to/openpne3root/plugins/op...erated-opDiaryPlugin-schema.xml
  283. >> propel??? Running "insert-sql" phing task
  284. >> file-???? /path/to/openpne3root/config/generated-opMessagePlugin-schema.xml
  285. >> file-???? /path/to/openpne3root/config/generated-opAshiatoPlugin-schema.xml
  286. >> file-???? /path/to/openpne3root/config/gen...-opIntroFriendPlugin-schema.xml
  287. >> file-???? /path/to/openpne3root/config/gen...ted-opFavoritePlugin-schema.xml
  288. >> file-???? /path/to/openpne3root/config/gen...CommunityTopicPlugin-schema.xml
  289. >> file-???? /path/to/openpne3root/config/gen...d-opOpenSocialPlugin-schema.xml
  290. >> file-???? /path/to/openpne3root/config/generated-opDiaryPlugin-schema.xml
  291. >> file-???? /path/to/openpne3root/config/generated-schema.xml
  292. >> propel??? load data from "/var/duo/OpenPN...unityTopicPlugin/data/fixtures"
  293. >> propel??? load data from "/var/duo/OpenPN.../opMessagePlugin/data/fixtures"
  294. >> propel??? load data from "/var/duo/OpenPN...opFavoritePlugin/data/fixtures"
  295. >> propel??? load data from "/var/duo/OpenPN.../opAshiatoPlugin/data/fixtures"
  296. >> propel??? load data from "/var/duo/OpenPN...OpenSocialPlugin/data/fixtures"
  297. >> propel??? load data from "/var/duo/OpenPN...viteFriendPlugin/data/fixtures"
  298. >> propel??? load data from "/var/duo/OpenPN.../opRankingPlugin/data/fixtures"
  299. >> propel??? load data from "/var/duo/OpenPN...ins/opBlogPlugin/data/fixtures"
  300. >> propel??? load data from "/var/duo/OpenPN...ntroFriendPlugin/data/fixtures"
  301. >> propel??? load data from "/var/duo/OpenPN...ns/opDiaryPlugin/data/fixtures"
  302. >> propel??? load data from "/path/to/openpne3root/data/fixtures"
  303. >> plugin??? Configuring plugin - sfProtoculousPlugin
  304.  
  305. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  306. >> plugin??? Configuring plugin - sfPropelPlugin
  307.  
  308. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  309. >> plugin??? Configuring plugin - opCommunityTopicPlugin
  310.  
  311. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  312. >> plugin??? Configuring plugin - opMessagePlugin
  313.  
  314. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  315. >> plugin??? Configuring plugin - sfImageHandlerPlugin
  316. >> plugin??? Configuring plugin - opFavoritePlugin
  317. >> plugin??? Configuring plugin - sfFormExtraPlugin
  318.  
  319. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  320. >> plugin??? Configuring plugin - opAshiatoPlugin
  321. >> plugin??? Configuring plugin - opAuthMailAddressPlugin
  322. >> plugin??? Configuring plugin - opOpenSocialPlugin
  323.  
  324. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  325. >> plugin??? Configuring plugin - opInviteFriendPlugin
  326.  
  327. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  328. >> plugin??? Configuring plugin - opWebAPIPlugin
  329. >> plugin??? Configuring plugin - opRankingPlugin
  330.  
  331. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  332. >> plugin??? Configuring plugin - opBlogPlugin
  333.  
  334. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  335. >> plugin??? Configuring plugin - opIntroFriendPlugin
  336. >> plugin??? Configuring plugin - opAuthMobileUIDPlugin
  337. >> plugin??? Configuring plugin - opAuthOpenIDPlugin
  338. >> plugin??? Configuring plugin - opDiaryPlugin
  339.  
  340. Warning: symlink(): File exists in /path/to/openpne3root/lib/symfony/task/sfFilesystem.class.php on line 224
  341. >> plugin??? Configuring plugin - sfWebBrowserPlugin
  342. >> cache???? Clearing cache type "all" for "api" app and "test" env
  343. >> file+???? /path/to/openpne3root/data/api_test-cli.lck
  344. >> chmod 777 /path/to/openpne3root/data/api_test-cli.lck
  345. >> file-???? /path/to/openpne3root/cache/api/...ig/config_member_config.yml.php
  346. >> file-???? /path/to/openpne3root/cache/api/test/config/config_gadget.yml.php
  347. >> file-???? /path/to/openpne3root/cache/api/...nfig_side_banner_gadget.yml.php
  348. >> file-???? /path/to/openpne3root/cache/api/...onfig/config_sns_config.yml.php
  349. >> file-???? /path/to/openpne3root/cache/api/test/config/config_app.yml.php
  350. >> file-???? /path/to/openpne3root/cache/api/...ig/config_mobile_gadget.yml.php
  351. >> file-???? /path/to/openpne3root/cache/api/...config_community_config.yml.php
  352. >> file-???? /path/to/openpne3root/cache/api/.../config_config_handlers.yml.php
  353. >> file-???? /path/to/openpne3root/cache/api/.../config/config_settings.yml.php
  354. >> file-???? /path/to/openpne3root/data/api_test-cli.lck
  355. >> cache???? Clearing cache type "all" for "api" app and "dev" env
  356. >> file+???? /path/to/openpne3root/data/api_dev-cli.lck
  357. >> chmod 777 /path/to/openpne3root/data/api_dev-cli.lck
  358. >> file-???? /path/to/openpne3root/cache/api/.../config/config_autoload.yml.php
  359. >> file-???? /path/to/openpne3root/cache/api/...ig/config_member_config.yml.php
  360. >> file-???? /path/to/openpne3root/cache/api/dev/config/config_gadget.yml.php
  361. >> file-???? /path/to/openpne3root/cache/api/...config/config_databases.yml.php
  362. >> file-???? /path/to/openpne3root/cache/api/...nfig_side_banner_gadget.yml.php
  363. >> file-???? /path/to/openpne3root/cache/api/...onfig/config_sns_config.yml.php
  364. >> file-???? /path/to/openpne3root/cache/api/dev/config/config_app.yml.php
  365. >> file-???? /path/to/openpne3root/cache/api/...ig/config_mobile_gadget.yml.php
  366. >> file-???? /path/to/openpne3root/cache/api/...config_community_config.yml.php
  367. >> file-???? /path/to/openpne3root/cache/api/.../config_config_handlers.yml.php
  368. >> file-???? /path/to/openpne3root/cache/api/.../config/config_settings.yml.php
  369. >> file-???? /path/to/openpne3root/data/api_dev-cli.lck

データベースのことを聞かれた後は、すごくいろいろなことをやってくれています。./symfony project:persissionsとか./symfony prope:build-all-loadとか、そこらへんのコマンドをしているのでしょうか?

5.mod_rewriteの設定・・・私の環境では必要ありません。

6.ブラウザからアクセス(PC)・・・できます。

openpne300-pc_frontend-index

7.ブラウザからアクセス(管理画面)・・・できます。

openpne300-pc_backend-index

インストールは完了です。つまづいたのは、openpne:installコマンドくらいかな?通常画面のデザインは、OpenPNEの公式サイトによく似ていますね。所々のアイコンがOpenPNE2時代のものなので、ちょっとミスマッチですね。管理画面は3ペイン式として一新されていました。管理画面とかもプラグインで拡張できたりしないのかな?そこら辺はおいおいですね。

うーん。。。思った以上に時間がないな。PNEたんと遊ぶ時間をください。。。

このエントリをはてなブックマークに追加[OpenPNE3]リリース!インストールしてみたのはてなブックマーク被リンク数このエントリをdel.icio.usに追加このエントリをLivedoor Clipに追加このエントリをBuzzurl(バザール)に追加

3 Responses to “[OpenPNE3]リリース!インストールしてみた”

  1. コメント by 久爺 on 2009 年 3 月 9 日 13 : 27 : 02

    初めまして。

    Warning: symlink(): File exists sfFilesystem.class.php on line 224 でググってやって来ました。
    私はFreeBSD 7.1でOpnePNE 3.0.2 のインストールで、同じようなWarningがでました。
    ご紹介のこの記事の様に管理画面は出ますが、トップ画面のユーザ認証で、ID/PWをいれると、
    [DocumentRoot]/member/login/authMode/MailAddress へリダイレクトし、エラーになり、ユーザログイン出来ません。

    私と同じようなワーニングが出ているようなのに6.のユーザ画面が出ているということは、このWaring と、私の遭
    遇しているエラーとは、関係が無いと言うことなのでしょうか?

    何処か、確認すべき点が有れば、ご教示いただければ幸いです。

    よろしくお願い申し上げます。

  2. コメント by 久爺 on 2009 年 3 月 9 日 17 : 07 : 30

    久爺@自己レスです。
    お騒がせいたしました。解決いたしました。
    【問題】の原因は、OpnePNEを設置したディレクトリで.htaccessが許可されていなかったためでした。
    脱力の原因でありました。^^;
    Apacheのhttpd.conf にて、該当ディレクトリに、

    # AllowOverride None
    AllowOverride ALL

    することで、正常動作いたしました。

    お騒がせして、済みませんでした。
    これに懲りず、よろしく、ご指導、お願い申し上げます。 m(_ _)m

  3. コメント by uechoco on 2009 年 3 月 10 日 00 : 40 : 27

    無事に解決して何よりです。

    Apacheやらphpやら、いろんなアプリの設定がある上でWebアプリが動くので、「何だかわからないけど動かない」って状態が起きると結構ハマってしまうんですよね。

    sfFilesystem.class.phpのエラーはしょっちゅう起こるのですが、それほど重大な警告でもなさそうなのでほったらかしです。あんまりネット上でも取りざたされているわけでもないので珍しいのか、どうでもいいのか、よくわかりません。

Comments RSS rss うえちょこ@ぼろぐ TrackBack Identifier URI rss うえちょこ@ぼろぐ

コメントする