install.txt 375 B

12345678910111213
  1. --- Installing MicroMVC ---
  2. Rename /Config/Sample.*.php files and edit with your configuration values.
  3. The root web folder is /Public where all the Javascript, Images, and CSS should go.
  4. Sample server configurations are provided for Nginx and Apache2.
  5. A CLI console is provided for using the migrations
  6. $ php CLI create
  7. The code is very well commented, please read it.