8000 GitHub - hailor/ironmine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hailor/ironmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Welcome to Ironmine

config step

1,\config\database.yml
  development:
    adapter: mysql
    encoding: utf8
    reconnect: false
    database: irm_dev
    pool: 5
    username: root
    password: root
    host: localhost
2,create schema irm_dev default character set utf8;
3,rake db:migrate
4,rails server
5,http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0