readme_for_app

来自「FusionCharts 是一个免费的图形显示组件」· 代码 · 共 30 行

TXT
30
字号
Pre-requisites : 
--------------
Ruby 1.8.6-26 or above
Rails 2.0.2 
MySQL 4.0 or above
mysql gem
WEBrick or any other HTTP server


Database Creation: 
-----------------
Modify config/database.yml to enter the database name, user and password of your database.
Run the following scripts present in the db folder: 
create_tables.sql
insert_sample_data.sql

Viewing The Charts: 
------------------
Start The Server:
Run the command, 
ruby script/server 
from the application root folder.

View The Default Page:
Open the browser and type the address 
http://localhost:3000/fusioncharts/index
to view the index page of this application. 

The address to be typed in the address bar, 
may vary based on the server configuration on your computer.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?