资源说明:
Correct your database.yml file for connectivity (developers can refer to database.yml.template) ### APPLICATION DEPENDENCIES: ### ------------------------- ### The emd Application utilizes the following plugins, gems, and engines ### Basic UI - "Active_scafolding" http://activescaffold.com script/plugin install git://github.com/activescaffold/active_scaffold.git ### Plugin: acts_as_audited ### License: (MIT) ### Version: 1.1.0 ### Date: 1 November 2009 ### Rails version: 2.1 or later ### Notes: ActiveRecord extension that logs all changes to your models in an audits table script/plugin install git://github.com/collectiveidea/acts_as_audited.git ### Plugin: auto_complete ### License: (MIT) ### Version: ? ### Date: 6 November 2007 ### Rails version: 2.0 or later ### Notes: PatientProfile autocomplete :city script/plugin install git://github.com/rails/auto_complete.git ### Plugin: validatesdatetime ### License: Rails' (MIT) ### Version: 409 ### Date: 5 March 2009 ### Rails version: 2.0 or later ### Notes: PatientProfile birth date validation: script/plugin install http://svn.viney.net.nz/things/rails/plugins/validatesdatetime script/plugin install http://svn.viney.net.nz/things/rails/plugins/validates_date_time ### Ruote Workflow Engine - (http://openwferu.rubyforge.org/quickstart.html) sudo gem install ruote2.0 # TODO Not yet available........ ### Authentication - "authlogic" (http://github.com/binarylogic/authlogic_openid) sudo gem install authlogic #basic authentication framework sudo gem install authlogic-oid #authentication open id gem sudo gem install ruby-openid #ruby open id gem ### Authorization - "acl9" (http://github.com/be9/acl9) ### Added to environment.rb as a gem ### config.gem "acl9", :source => "http://gemcutter.org", :lib => "acl9" sudo rake gems:install ### TO INSTALL: ### ------------------------- ### Get the main application git clone git@github.com:scwade/emd.git rake db:drop rake db:create rake db:migrate # get the opend ID plugin script/plugin install git://github.com/rails/open_id_authentication.git rake open_id_authentication:db:create rake db:migrate # TODO(rolland) - Rolland to update this list rake db:load_reference_address # Load reference data for validation rake db:load_reference_ethnicity # Load reference data for validation # REMEMVER http://svn.viney.net.nz/things/rails/plugins/validates_date_time/ # CONFIGURATION: # ------------------------- # First time environment Configuration: # NOTE! This command will delete all data in an environment and load it to a known seed state # You may add you're own .rb configuration files in [app-root]/db/seed/[environment]/alpha-order.rb] rake db:seed # START: # ------------------------- script/server # Login with UID = admin :PASSWORD = admin, then configure you're users
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。