This is a RubyOnRails Server, implemented for SentrySystems. In addition to the standard CRUD Datamaintenance, the server side batch feeders are implemented in it.
:adapter => 'mysql2',
:database=>'ss',
:user => 'deploy',
:password => 'LeIhJhLFdD',
:host => 'ec2-23-23-212-26.compute-1.amazonaws.com'
ssh deploy@ec2-23-23-212-26.compute-1.amazonaws.com
ssh -L 3307:ec2-23-23-212-26.compute-1.amazonaws.com:3306 deploy@ec2-23-23-212-26.compute-1.amazonaws.com
-
rake db:drop
-
rake db:migrate
-
Add Companies: "RL360"
-
Add Plantypes:
- name:'Oracle', company_id: id(RL360), created/updated_at: now
- name:'Quantum', company_id: id(RL360), created/updated_at: now
- name:'Portafolio Management Service', company_id: id(RL360), created/updated_at: now
-
Add Currencies USD,GBP,EUR
-
Run Market_Update
-
Run LoadFunds
-
Run Client_Update