Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 494 Bytes

fis-plus-server-framework

server-framework of fis-plus

install

  • from fisp

    fisp server install server-env
  • from GitHub

    git clone git@github.com:fis-dev/fis-plus-server-framework.git
    cd fis-plus-server-framework
    git submodule init
    git submodule update
    
    cp * ~/.fis-plus-tmp/www/
    

    @TODO fis server --prefix

config

  • config file: smarty.conf
left_delimiter="{%"
right_delimiter="%}"

encoding="gbk"