内容简介:Viglet Shiohara CMS- Model Content and Create Site using Javascript with Native Cache and Search.If you'd like to contribute to Viglet Shiohara, be sure to review theWe use
Viglet Shiohara CMS- Model Content and Create Site using Javascript with Native Cache and Search.
If you'd like to contribute to Viglet Shiohara, be sure to review the contribution guidelines .
We use GitHub issues for tracking requests and bugs.
Installation
Download
$ git clone --recurse-submodules https://github.com/ShioharaCMS/shiohara.git $ cd shiohara
Deploy
1. Runtime
Use Gradle to execute Shiohara CMS, without generate jar file.
$ ./gradlew bootrun
2. Or Generate JAR File
Use Gradle to generate Shiohara CMS executable JAR file.
$ ./gradlew build
2.1 Run
To run Shiohara CMS executable JAR file, just execute the following line:
$ java -jar build/libs/viglet-shiohara.jar
Viglet Shiohara
- Administration Console: http://localhost:2710 .
login/password: admin/admin
- Sample Site: http://localhost:2710/sites/viglet/default/en-us .
以上所述就是小编给大家介绍的《Shiohara – Open-Source CMS》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
信息学奥林匹克教程·提高篇
吴耀斌 / 湖南师范大学出版社 / 2003-1 / 24.00元
《信息学奥林匹克教程》(提高篇)既有各个算法设计基本思路的讲解及对求解问题的分析,注重了算法引导分析与不同算法的比较,又给出了具体的编程思路与参考程序,程序采用信息学竞赛流行的Turbo Pascal7.0语言编写,并注重结构化与可读性。一起来看看 《信息学奥林匹克教程·提高篇》 这本书的介绍吧!
随机密码生成器
多种字符组合密码
RGB HSV 转换
RGB HSV 互转工具