📄 install.txt
字号:
tinyPM - Tiny Effort, Perfect Management
=========================================================
version 1.2, October 2008
Requirements
---------------------------------------------------------
To install tinyPM you need to have the following software
installed on your server:
1. Java Runtime Environment (JRE) 5.0:
Sun's JRE 5.0 (http://java.sun.com/javase/downloads/index_jdk5.jsp) or
tinyPM requires at least 256MB of RAM to be set for the JVM Heap Size.
You can do it by adding following params to your java options:
-server -Xms256m -Xmx256m
You can set the second option (-Xmx) to the highest amount available in your system.
2. The latest version of Apache Tomcat 5.5.x
http://tomcat.apache.org/download-55.cgi
3. The latest version of MySQL 5.0.x
http://dev.mysql.com/downloads/mysql/5.0.html
4. MySQL Connector/J 5.1.x (the JDBC driver for MySQL Server)
http://dev.mysql.com/downloads/connector/j
tinyPM Database Installation
----------------------------------------------------------
1. Create a new database for tinyPM in your MySQL:
CREATE DATABASE tinypmdb CHARACTER SET = 'utf8' COLLATE = 'utf8_general_ci';
2. Create a user with SELECT, UPDATE, INSERT and DELETE rights:
GRANT SELECT, UPDATE, INSERT, DELETE ON tinypmdb.* TO 'tinypm'@'localhost' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
3. Run scripts creating tinyPM database schema and data:
\u tinypmdb
\. %PATH_TO_INSTALL_FOLDER%/database/mysql/create_schema-1.0.sql
\. %PATH_TO_INSTALL_FOLDER%/database/mysql/create_data-1.0.sql
Tomcat 5.5.x Dependencies
----------------------------------------------------------
1. You need to put all jar files from 'dependency' directory
and downloaded MySQL JDBC driver in (unless you have them already):
%CATALINA_HOME%/common/lib
tinyPM Installation (Tomcat 5.5.x)
----------------------------------------------------------
1. Stop your Tomcat server.
2. Create your tinyPM directory in Tomcat webapps folder:
%CATALINA_HOME%/webapps/tinypm
3. Unzip tinypm.war to your %CATALINA_HOME%/webapps/tinypm directory
(we do not recommend using auto deployment on running Tomcat).
4. Modify application context file and set your user and password.
You can find this file in:
%CATALINA_HOME%/webapps/tinypm/META-INF/context.xml
5. Start your Tomcat server.
6. Point your browser to:
http://localhost:8080/tinypm
and login as:
user: admin
password: admin
Congratulations! Your tinyPM is up and running!
tinyPM License and Support
----------------------------------------------------------
To create new projects and users you will need to obtain
a valid license at:
http://dev.tinypm.com/support
The license should be installed using tinyPM settings page
after logging into the system as an administrator.
Mail Server Settings
----------------------------------------------------------
Before creating first users remember to setup your mail
server settings in tinyPM (settings page). This way your
users will receive e-mail notifications with their account
details.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -