- we provide a small demo for you to exprience how to use fis.
- make sure you have read fis installation
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
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 can try to edit the demo's content and release them again to see your changes.
Congratulations, you have your first FIS project, you can continue to see:
- Command Line
- [Recommended Directory Structure](./doc/directory structure.md)
- [Pages and Layout Based On Smarty](./doc/smarty framework.md)
- How to Develop With Widgets
- [A Toolset For Production](./doc/compilation plugin.md)
- Concat Files With Pack Plugin
- [URL Rewriting for Beginners](./doc/rewrite and redirect.md)
- One-Click Upload From Your PC To Server
- [Monitor and Optimize](./doc/monitor and optimize.md)
You will see more fantastic and powerful FIS functions afterwards~