如何安装"青蛙"?

::-- ZoomQuiet [DateTime(2005-03-09T04:05:08Z)] TableOfContents

How to install Frog?

{ "admin": LoginUser("admin","admin",name="Frog Admin", privileges=["admin"]) }
  1. Start the Snakelets server.
  2. 浏览指向 http://yourserver:9080/frog/

  3. 可以看到Frog 的欢迎页面

    • 然后去管理页面增加用户吧
    • 默许的管理用户是"admin" 口令 "admin" (如果你没有在设置文件中修改的话).
  4. 指向http://yourserver:9080/frog/username/ 就可以开始对应的用户的 blogging 了

  1. Have fun :-)


Upgrading from a previous version

Sometimes a new Frog version requires a data storage format conversion.

  1. Just erase the old Frog webapp (but keep your blogdata/blogfiles directories!!) and install the new one in place.
  2. Move your blogdata and blogfiles directory from within the Frog webapp dir to the "top level" directory (where serv.py is). Or change the location in the frog config (see above) to where you want it to be. In any case, both directories have to exist.
  3. Log in as adminstrator and select "convert data from older version". Click the button. Repeat until version is current.
  4. Use Frog as described above.

Contact me if you have any problems, questions, suggestions... Thank you!