elben / mc-map

Austin Stone MC Map
1 stars 0 forks source link

Deploy new admin along side old admin #53

Open elben opened 11 years ago

elben commented 11 years ago

Joseph, how difficult would it be to deploy a branch of mc-map so that we can test the new admin? The branch in question is admin2-remove-activeadmin. It may be wise for us to be able to test the new one without completely destroying the old one.

New admin supports pretty much all features the current one supports, with the exception of Excel export (it has CSV though) and deleting MCs.

Unfortunately the old admin is gone in that branch as that was the easiest way forward.

jossim commented 11 years ago

I'm setting up test.mcmap.austinstone.org.

I'm going to remove database.yml from the repo so I can setup another database in the production environment. I'll make database.example.yml.

jossim commented 11 years ago

Here are you http://test.mcmap.austinstone.org/

I removed puma.rb & database.yml from the repo, so that I could have 2 unique production configurations, in 44b565fd7aa492f4e70d2e6d7e880c805e77f36a & f5a2176dfb7184298c2e0f39cf54720f5c3554a5. But I added examples of both of them so just copy those over to the correct name & you should be good to go.

elben commented 11 years ago

Perfect, thanks Joseph. FYI I may just point the test one to the production DB to play around with production data, dangerous and all :).