|
HowToInstall
How to install and upgrade gnizr step-by-step
Featured This page describes the steps to install gnizr web applications. Developers can also download and build gnizr from the SVN source code. If you have any questions, post them in Gnizr User Discussion. System Requirement
Steps to Install
Steps to Upgrade
Login and Create New AccountsGnizr comes with a default user account -- gnizr, who is the administrator of the system. After you have logged in as gnizr, you can create additional user accounts.
Enable UTF-8 Support (Optional)If you want to be able to save bookmarks in non-English languages, you may need to configure both Tomcat and MySQL to support UTF-8. Tomcat ConfigurationIn server.xml file, configure the <Connector/> to encode URI with UTF-8. This ensures all HTTP-GET and HTTP-POST parameters are properly encoded using UTF-8. <Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8"/>MySQL ConfigurationIn the MySQL server configuration file (e.g. my.ini), configure both client and server to use UTF-8 as their default encoding character set. [mysql] default-character-set=utf8 [mysqld] default-character-set=utf8 character_set_server=utf8 | ||
suggested edits to "Steps to Upgrade" 0. Stop Tomcat (just in case ;) 3. Backup and move your existing gnizr web application in Tomcat (initially I just blew out the old one with disappointing results)
very good,hope provider a import tools for import bookmark from google bookmark.