Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.44 KB

getting-started.md

File metadata and controls

53 lines (36 loc) · 1.44 KB

Get Started

  • we provide a small demo for you to exprience how to use fis.
  • make sure you have read fis installation

Initiate local environment

Initiate fis local environment and use lights to install demo to your machine

$ fisp server init
$ lights install pc-demo
  • fis local environment includes Samrty3, fis-data, fis-rewrite, index.php

preview demo

let's release the demo and launch FIS server to preview the page

$ cd common
$ fisp release -c

$ cd ../home
$ fisp release -c

$ fisp server start

//open your internet explorer
http://localhost:8080/home/page/index

you should see this page

you can try to edit the demo's content and release them again to see your changes.

At last

Congratulations, you have your first FIS project, you can continue to see:

You will see more fantastic and powerful FIS functions afterwards~