All Projects → apache → roller

apache / roller

Licence: Apache-2.0 License
Mirror of Apache Roller

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
XSLT
1337 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to roller

gui-demo
Content Blockchain Desktop Application
Stars: ✭ 29 (-72.9%)
Mutual labels:  content
website
Products built with the latest silicon, based on open platform specifications for developers, makers and businesses.
Stars: ✭ 26 (-75.7%)
Mutual labels:  content
cms
🛠️ Simple smart CMS for Nette and Vue.js
Stars: ✭ 12 (-88.79%)
Mutual labels:  content
OnceBuilder
OnceBuilder - managment tool, mange projects, templates, plugins in one place.
Stars: ✭ 18 (-83.18%)
Mutual labels:  content
couchdb-mango
Mirror of Apache CouchDB Mango
Stars: ✭ 34 (-68.22%)
Mutual labels:  content
SimpleOfficeReader
A simple office file reader can extract content and summary information from .doc,.docx,.ppt,.pptx files without Microsoft Office or interop.
Stars: ✭ 54 (-49.53%)
Mutual labels:  content
in2publish core
in2publish Community Version
Stars: ✭ 38 (-64.49%)
Mutual labels:  content
pdfbox-docs
Mirror of Apache PDFBox Docs
Stars: ✭ 18 (-83.18%)
Mutual labels:  content
charles-rest
Github chatbot and web-content indexer/searcher
Stars: ✭ 24 (-77.57%)
Mutual labels:  content
contenteditor-plugin
Edit your content in page - plugin for OctoberCMS
Stars: ✭ 32 (-70.09%)
Mutual labels:  content
biskuit
A modular and lightweight CMS built with Symfony components and Vue.js
Stars: ✭ 37 (-65.42%)
Mutual labels:  content
overflow-news
📚 Don't waste time searching for good dev blog posts. Get the latest news here.
Stars: ✭ 32 (-70.09%)
Mutual labels:  content
website
My personal website and blog. Made with Nuxt.js and WindiCSS.
Stars: ✭ 19 (-82.24%)
Mutual labels:  content
content
Synced content from our gitbook site.
Stars: ✭ 37 (-65.42%)
Mutual labels:  content
flatboard
A very Fast & Lightweight Flat-file forum software, Markdown and BBcode editor.
Stars: ✭ 30 (-71.96%)
Mutual labels:  content
solidus static content
📄 Content management for your Solidus store.
Stars: ✭ 18 (-83.18%)
Mutual labels:  content
react-native-compressor
The lightweight library for compress image, video, and audio with an awesome experience
Stars: ✭ 157 (+46.73%)
Mutual labels:  content
Maeevick
my global strategy about continuous learnings and improvements, projects and activities
Stars: ✭ 23 (-78.5%)
Mutual labels:  content
clerezza
Mirror of Apache Clerezza
Stars: ✭ 36 (-66.36%)
Mutual labels:  content
ulboracms
Ulbora CMS is a self-contained CMS (no database needed) written in Golang. It uses a JSON datastore with content saved in both json files and in memory. You can download and upload a single binary backup file containing content, images, and templates as needed. It also has a built-in mail sender.
Stars: ✭ 42 (-60.75%)
Mutual labels:  content

Apache Roller

Apache Roller is a Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small. Roller is typically run with Apache Tomcat and MySQL. Roller is made up of the following Maven projects:

  • roller-project: Top level project
  • app: Roller Weblogger webapp, JSP pages, Velocity templates
  • assembly-release: Used to create official distributions of Roller
  • docs: Roller documentation in ODT format
  • it-selenium: Integrated browser tests for Roller using Selenium

Documentation

The Roller Install, User and Template Guides are available in ODT format (for OpenOffice or LibraOffice):

For more information

Hit the Roller Confluence wiki:

Installing Roller

If you want to run Roller in production, then you should down load the latest official release and install it by following the Installation Guide, which you can find at the documentation link: https://github.com/apache/roller/tree/master/docs.

Quick start: Running via Maven

You probably should not run Roller in production using this technique, but it's a relatively easy way to try Roller for yourself. Assuming you've got a UNIX shell, Java, Maven and Git:

Get the code:

$ git clone https://github.com/apache/roller.git

Compile and build Roller:

$ cd roller
$ mvn -DskipTests=true install

Run Roller in Jetty with an embedded Derby database (for testing only):

$ mvn jetty:run

Once Jetty is up and running browse to http://localhost:8080/roller to try to Roller.

Quick start: running via Docker

Another way to try Roller is to use Docker. This is actually easier than running via Maven because you do not need Maven or Java. If you've got Docker, here's how you can run Roller for demo purposes.

Get the code:

$ git clone https://github.com/apache/roller.git

Run Docker Compose to build and launch Roller along with a PostgreSQL database:

$ cd roller
$ docker-compose up

It will take a while to build and start the Docker image. Once it's done browse to http://localhost:8080/roller to try Roller.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].