README.md in phcscriptcdnpro-8.0.2 vs README.md in phcscriptcdnpro-8.0.3
- old
+ new
@@ -1,34 +1,34 @@
### PHCScriptCDN(PRO) (Script Listing Engine) Documentation
-
+
PHCScriptCDN(PRO) rails script management engine for website script CDN listings.
-
+
- Manage script CDN listings for websites.
- Main script title and description.
- Script versions and script URLs.
-
+
#### Step 1 - Add PHCScriptCDN(PRO) to your gemfile and run command
-
+
gem 'phcscriptcdnpro', '~> 5.8'
bundle install
-
+
#### Step 2 - Copy PHCScriptCDN(PRO) Database Tables
-To copy PHCScriptCDN's required database migrations, copy each command individually to your terminal's command line.
+To copy PHCScriptCDN's required database migrations, copy each command individually to your terminal's command line.
rails phcscriptcdnpro:install:migrations
rails db:migrate
-
+
#### Step 3 - Mount PHCScriptCDN & Add Routes
Mount PHCMembers by adding code below to your routes file.
-
+
mount Phcscriptcdnpro::Engine, :at => '/'
-
+
#### Step 4 - Recompile Assets
To properly function re-compile your application's assets to copy over required files.
-
+
rails assets:clobber
rails assets:precompile
#### Step 5 - Generate Contact Form View (Customization)
All PHCScriptCDN views and layouts can be overwritten by copying files to your application.
- rails generate phcscriptcdnpro:views
\ No newline at end of file
+ rails generate phcscriptcdnpro:views