diff --git a/db/cms_fixtures/bizport/files/2016-06-25_173511099_B5710_iOS.jpg b/db/cms_fixtures/bizport/files/2016-06-25_173511099_B5710_iOS.jpg
deleted file mode 100644
index e69de29..0000000
diff --git a/db/cms_fixtures/bizport/files/_2016-06-25_173511099_B5710_iOS.jpg.yml b/db/cms_fixtures/bizport/files/_2016-06-25_173511099_B5710_iOS.jpg.yml
deleted file mode 100644
index 6a81186..0000000
--- a/db/cms_fixtures/bizport/files/_2016-06-25_173511099_B5710_iOS.jpg.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-label: 2016 06 25 173511099 B5710 I Os
-description:
-categories: []
-page:
-block:
diff --git a/db/cms_fixtures/bizport/files/_thumb_IMG_0181_1024.jpg.yml b/db/cms_fixtures/bizport/files/_thumb_IMG_0181_1024.jpg.yml
deleted file mode 100644
index 4ed7f45..0000000
--- a/db/cms_fixtures/bizport/files/_thumb_IMG_0181_1024.jpg.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-label: Thumb Img 0181 1024
-description:
-categories: []
-page:
-block:
diff --git a/db/cms_fixtures/bizport/files/thumb_IMG_0181_1024.jpg b/db/cms_fixtures/bizport/files/thumb_IMG_0181_1024.jpg
deleted file mode 100644
index e69de29..0000000
diff --git a/db/cms_fixtures/bizport/pages/index/plan/get-idea/step-content.html b/db/cms_fixtures/bizport/pages/index/plan/get-idea/step-content.html
index 7d30ed4..d189b03 100644
--- a/db/cms_fixtures/bizport/pages/index/plan/get-idea/step-content.html
+++ b/db/cms_fixtures/bizport/pages/index/plan/get-idea/step-content.html
@@ -1,14 +1,14 @@
-
+
Exciting! You’ve taken the first step and decided that you want to start a business.
-
Why Long Beach
+
Tesgting
Consider some of the unique qualities of Long Beach and what type of businesses do well here.
-
+
- Last affordable beach town
- History of Aerospace Industry
- Connected to Los Angeles and Orange County
@@ -18,9 +18,9 @@ Why Long Beach
Understand your market
- Next you’ll conduct market research to see if other businesses are pursuing a similar idea. This will help you find your competitive advantage and help you turn your idea into a profitable business.
+ Next you’ll conduct market research to see if other businesses are pursuing a similar idea. This will help you find your competitive advantage and help you turn your idea into a profitable business.
{{ cms:partial:shared/link_box:"https://www.sba.gov/starting-business/how-start-business/understand-your-market":"READ":"Understand your market" }}
Is Entrepreneurship right for you right now?
{{ cms:partial:shared/link_box:"https://www.sba.gov/starting-business/how-start-business/entrepreneurship-you":"READ":"Is entrepreneurship right for you" }}
-
\ No newline at end of file
+
diff --git a/db/migrate/20160316020814_create_questions.rb b/db/migrate/20160316020814_create_questions.rb
index 66598ca..ffe1b23 100644
--- a/db/migrate/20160316020814_create_questions.rb
+++ b/db/migrate/20160316020814_create_questions.rb
@@ -1,4 +1,4 @@
-class CreateQuestions < ActiveRecord::Migration[5.0]
+class CreateQuestions < ActiveRecord::Migration
def change
create_table :questions do |t|
t.string :question_text
diff --git a/db/migrate/20160324201251_create_subscriptions.rb b/db/migrate/20160324201251_create_subscriptions.rb
index a88db06..5ab10eb 100644
--- a/db/migrate/20160324201251_create_subscriptions.rb
+++ b/db/migrate/20160324201251_create_subscriptions.rb
@@ -1,4 +1,4 @@
-class CreateSubscriptions < ActiveRecord::Migration[5.0]
+class CreateSubscriptions < ActiveRecord::Migration
def change
create_table :subscriptions do |t|
t.string :email
diff --git a/db/migrate/20160421181647_create_checklist_items.rb b/db/migrate/20160421181647_create_checklist_items.rb
index 41db352..a20c902 100644
--- a/db/migrate/20160421181647_create_checklist_items.rb
+++ b/db/migrate/20160421181647_create_checklist_items.rb
@@ -1,4 +1,4 @@
-class CreateChecklistItems < ActiveRecord::Migration[5.0]
+class CreateChecklistItems < ActiveRecord::Migration
def change
create_table :checklist_items do |t|
t.string :item_text
diff --git a/db/schema.rb b/db/schema.rb
index 701e3a3..9211769 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -43,19 +43,13 @@
add_index "active_admin_comments", ["namespace"], name: "index_active_admin_comments_on_namespace", using: :btree
add_index "active_admin_comments", ["resource_type", "resource_id"], name: "index_active_admin_comments_on_resource_type_and_resource_id", using: :btree
- create_table "ar_internal_metadata", primary_key: "key", force: :cascade do |t|
- t.string "value"
- t.datetime "created_at", null: false
- t.datetime "updated_at", null: false
- end
-
create_table "checklist_items", force: :cascade do |t|
t.string "item_text"
t.string "category"
t.string "category_name"
t.integer "order_number"
- t.datetime "created_at", null: false
- t.datetime "updated_at", null: false
+ t.datetime "created_at"
+ t.datetime "updated_at"
t.integer "created_by_user_id"
end
diff --git a/docs/DEPLOYING_TO_HEROKU.MD b/docs/DEPLOYING_TO_HEROKU.MD
new file mode 100644
index 0000000..b2997d1
--- /dev/null
+++ b/docs/DEPLOYING_TO_HEROKU.MD
@@ -0,0 +1,35 @@
+# Heroku Deployment Instructions
+
+Make sure that all changes have been committed and pushed up to your remote Github repository.
+
+Make sure to set up a heroku Account - [Set up a Heroku Account](https://signup.heroku.com/login)
+
+If you need more info on Heroku, get it here - [What is Heroku ?](https://www.heroku.com/what)
+
+Open your Terminal/Command Prompt and navigate to the Bizport project directory.
+
+Then enter the following commands in the terminal:
+
+ ```heroku create``
+
+This should buld a new heroku app for your bizport application. You should see an URL given for your app.
+
+Next you should enter:
+
+```git push heroku ```
+
+where equals the name of the repo branch you going to deploy from. In most cases, this would be the master branch. So\, it should look something like this:
+
+``` git push heroku master ```
+
+After that you will need to migrate your database over with the following command:
+
+```heroku pg:push bizport_development DATABASE_URL```
+
+
+This should get your home screen for the app up and running.
+
+# Bucketeer Add-on
+
+Naviagte to www.heroku.com and sign-in. Click on the name of your app in the menu. In the dashboard, click on the 'Resources' tab. There you should see a "Add-ons" section. Here search for the "Bucketeer" add on. Make sure to add this your appn in Heroku.
+
diff --git a/public/assets/cms_files/1/files/cms_thumb/Screen_Shot_2016-05-11_at_11.28.10_AM.png b/public/assets/cms_files/1/files/cms_thumb/Screen_Shot_2016-05-11_at_11.28.10_AM.png
index a7579ba..704b1ec 100644
Binary files a/public/assets/cms_files/1/files/cms_thumb/Screen_Shot_2016-05-11_at_11.28.10_AM.png and b/public/assets/cms_files/1/files/cms_thumb/Screen_Shot_2016-05-11_at_11.28.10_AM.png differ
diff --git a/public/assets/cms_files/1/files/compressed/Screen_Shot_2016-05-11_at_11.28.10_AM.png b/public/assets/cms_files/1/files/compressed/Screen_Shot_2016-05-11_at_11.28.10_AM.png
index a363ae9..aa99762 100644
Binary files a/public/assets/cms_files/1/files/compressed/Screen_Shot_2016-05-11_at_11.28.10_AM.png and b/public/assets/cms_files/1/files/compressed/Screen_Shot_2016-05-11_at_11.28.10_AM.png differ