Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 660 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 660 Bytes
# README This README would normally document whatever steps are necessary to get the application up and running. Things you may want to cover: * Ruby version * System dependencies * Configuration * Database creation * Database initialization * How to run the test suite * Services (job queues, cache servers, search engines, etc.) * Deployment instructions * ... pertutor.com 1. create project 2. rails scaffold account name 3 setup root route 3 creating subdomain : rails g migration add_subdomain_to_accounts subdomain 4 force puma to listin to local host : bundle exec rails s -b localhost -p 3000 # subdomain_tenant