My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HowToUseOpenPiczza2  
Updated Dec 11, 2008 by chu...@gmail.com

한글 도움말이 필요하시면 HowToUseOpenPiccza2Kor 을 참고하세요.

Installation

To install OpenPiczza2, you have to download squeak vm with ffi support for your platform and sqlite3 dll or dynamic library. If you're using Mac OS X, you're lucky; one click package does have all things.

If you're not lucky enough, then again, just download OpenPiczza2.zip and unpack it where you want to install. Then, copy squeak vm, plugins and sqlite3 dll(if you're using Windows) to the OpenPiczza.app/Contents/Resources; there, you'll find OpenPiczza.image.

Run your squeak vm with OpenPiczza.image; if you're running windows, then run it with -headless option, or performance of OpenPiczza will be very bad. This seems to be related with scheduling algorithm of Windows. Or if you can, register squeak vm as service.

If you're running Linux or similar unix systems, then install squeak vm with ffi support. Yes sqlite3 also needs to be installed.

For Mac OS X

Windows

  • Download OpenPiczza2.zip
  • Unzip and Copy OpenPiczza.app where you want to install; note that all files are saved into the OpenPiczza.app/Contents/Resources/OP2Repository, so you;d better copy it to where you have enough disk space. Also please use C:\OpenPiczza.app or D:\OpenPiczza.app because some space included path names or local encoding path name can make trouble.
  • Run OpenPiczza.bat; if you got error message related to firewall, close and reopen it.
  • (Optional) You can see the tray icon; if you want to stop double click and close the window just opened.
  • (Optional) You can register squeak vm as service with some utility tools like WINServ.exe.
  • Open http://127.0.0.1:8888/
  • To configure/administer, go to http://127.0.0.1:8888/seaside/op2a

Linux

  • Almost same as Windows case, just download and configure proper squeak vm for OS.

Configuration

For now, only following things are configurable;

  • Service Host IP: default as 127.0.0.1
  • Service Port: 8888
  • How long the files are stored in days: 3 days as default

Administration page is available from client with localhost binding; ie., you have to access page with http://127.0.0.1:8888/seaside/op2a or you cannot access to the page.


Sign in to add a comment
Powered by Google Project Hosting