VaibhavAvasarala / shiohara

Shiohara CMS using AngularJS and Spring Boot, develop server-side javascript templates through Nashorn

Home Page:http://shiohara.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo downloads Build Status codecov Quality Gate Twitter

shiohara_banner.png

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

login/password: admin/admin

About

Shiohara CMS using AngularJS and Spring Boot, develop server-side javascript templates through Nashorn

http://shiohara.org

License:GNU General Public License v3.0


Languages

Language:Java 53.7%Language:CSS 23.0%Language:HTML 12.8%Language:JavaScript 10.5%Language:Dockerfile 0.0%Language:Shell 0.0%Language:Batchfile 0.0%