Skip to content

stephangrundner/anecdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anecdot

A file based CMS on top of Java

Installation

It's recommendet to install anecdot either in /opt/anecdot or in /home/anecdot.

Follow the instructions on the official Spring Boot Documentation to install the application as a service.

Configuration

The anecdot.hosts property contains a list of keys used to configure your hosts.

Example

anecdot.hosts=foo,bar

anecdot.host.foo.names=foo.tld,www.foo.tld
anecdot.host.foo.directory=./foo
anecdot.host.foo.home=/home

anecdot.host.bar.names=bar.tld,www.bar.tld
anecdot.host.bar.directory=./bar
anecdot.host.bar.home=/start

About

A file based CMS on top of Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages