This is just a simple application to manage customers, websites and information about internet marketing clients under management.
Demo / Proof of concept. This was setup to test two Rails admin gems
-
Active Admin: github.com/gregbell/active_admin/blob/master/README.rdoc
-
Active Rails: github.com/sferik/rails_admin
-
git clone git@github.com:ryandoom/SEO-Manager—AA.git
-
copy config/database.yml.example to config/database.yml
-
this is currently configured for postgresql, you can alter it for sqlite
-
edit the Gemfile to use ‘pg’ for postgresql or sqlite3
-
in your directory if you are using rvm run: rvm gemset create seo_manager && echo “rvm use 1.9.2@seo_manager” > .rvmrc && cd .. && cd SEO-Manager—AA
-
that will make a .rvmrc file in your directory to manage your gems. It should then take you out of the directory put you back into it and ask you to use the gem. This is if you are using rvm, which is recommended
-
gem install bundler
-
bundle
-
rake db:create
-
rake db:migrate
-
start rails server rails s
-
go to localhost:3000 and you should be able to access the system