zriekumaer / shio

:sparkles: :dna: Shio CMS - Model Content, Use GraphQL and Create Site using Javascript with Native Cache and Search.

Home Page:http://viglet.com/shio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo downloads Build Status Security Rating codecov Twitter

shio_banner.png

Viglet Shio CMS - Model Content, use GraphQL and Create Site using Javascript with Native Cache and Search.

Shio (pronounced [strong/ʃiː/ weak/ʃɪ/ o])

If you'd like to contribute to Viglet Shio, be sure to review the contribution guidelines.

We use GitHub issues for tracking requests and bugs.

Installation

Pre-reqs

  1. Install Java 11
  2. Install Git Client
  3. Install NPM
  4. Install Angular CLI
$ npm install -g @angular/cli

Download

$ git clone https://github.com/ShioCMS/shio.git
$ cd shio

Deploy

1. Runtime

Use Gradle to execute Shio CMS, without generate jar file.

$ ./gradlew bootrun

2. Or Generate JAR File

Use Gradle to generate Shio CMS executable JAR file.

$ ./gradlew build

2.1 Run

To run Shio CMS executable JAR file, just execute the following line:

$ java -jar build/libs/viglet-shio.jar

Viglet Shio CMS

login/password: admin/admin

About

:sparkles: :dna: Shio CMS - Model Content, Use GraphQL and Create Site using Javascript with Native Cache and Search.

http://viglet.com/shio

License:GNU General Public License v3.0


Languages

Language:Java 58.1%Language:CSS 20.9%Language:HTML 11.2%Language:JavaScript 9.7%Language:Dockerfile 0.1%Language:Shell 0.0%Language:Batchfile 0.0%