Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.06 KB

overview.md

File metadata and controls

23 lines (21 loc) · 1.06 KB

Setup and Running Overview

  1. Assumptions / Computer Basics
    1. See assumptions.md
  2. Global Install / Setup Server
    1. See appropriate instructions:
      1. Mac: server-mac.md
      2. Windows: server-windows.md
      3. Linux: server-linux.md
  3. Local Install / Get & Setup Code
    1. New app: See setup-detailed.md
    2. Existing app / code repository: See cloning.md
  4. Run the app
    1. See running.md
  5. Make code changes
    1. Use the generator-mean-seed generators
      1. Run generators with yo mean-seed from the command line
    2. See workflow.md
  6. Go live
    1. To deploy to a (linux) server so others can see your code at a public website URL (up until now, everything has been on 'localhost' so is only visible on YOUR personal computer), do the following:
      1. Purchase hosting (i.e. from Digital Ocean, Rackspace, AWS)
      2. See deploy.md