Skip to content
forked from openviglet/shio

✨ 🧬 Shio CMS - Model Content, Use GraphQL and Create Site using Javascript with Native Cache and Search.

License

Notifications You must be signed in to change notification settings

jolelkilmer/shio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

943 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Slack Docker Image Version (latest semver) downloads Build 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 17
  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

✨ 🧬 Shio CMS - Model Content, Use GraphQL and Create Site using Javascript with Native Cache and Search.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 54.9%
  • CSS 19.2%
  • HTML 13.3%
  • JavaScript 9.0%
  • TypeScript 3.4%
  • SCSS 0.1%
  • Other 0.1%