安装
        基础安装
        
            - 下载 Wide 安装包
 
            - 解压到安装路径 {wide},例如 /root/wide
 
            - 配置 {wide}/conf/wide.json(可选,默认配置应该可以工作)
 
        
        多用户配置
        前提:需要安装 git。
        
            - 初始化主库:在 {wide}/data/workspace/src 下执行 git init
 
            - 添加用户:修改 {wide}/conf/wide.json 中的 Users
 
            - 添加用户库:在 {wide}/data/user_workspaces/{user}/ 中 git clone 主库
 
        
        从源码安装
        前提:
        
            - 搭建好 Go 开发环境
 
            - 安装好 git
 
        
        步骤:
                                 
            - 通过 
git clone 或下载 zip 包方式获取 Wide 源码(项目地址:https://github.com/b3log/wide) 
            - 获取依赖,在 Wide 源码目录下执行:
                
                    go get -u 
                    go get -u github.com/88250/ide_stub 
                    go get -u github.com/nsf/gocode 
                
             - 编译:在 Wide 源码目录下执行 
go build 
            - 配置 {wide}/conf/wide.json(可选,默认配置应该可以工作)
 
            - 运行可执行文件 wide 或 wide.exe