Skip to content

coinpower/core

 
 

Repository files navigation

Orion

Orion is a simple and powerful CMS for meteor. It allows you to build simple or complex websites with powerful admin panels in minutes.

alt tag

Principles of Orion

  • Speed. Orion was build to speed up the process of making administrable web pages.

  • Simplicity. The api will always be easy to use, everything will be magic, just like meteor.

  • Unobtrusive. You will always be able to use the full power of meteor: install extensions, use the templates system and everything else.

  • Scalable. Orion it's built for the cloud. It doesn't write files, so you can deploy on anywhere.

Preview

http://orion-example.meteor.com

Roadmap

https://trello.com/b/dQhi5dF9/orion-roadmap

Newsletter

This project is very active, if you use orion you must subscribe

Documentation

http://orion.meteor.com/docs

Features

Dictionary:

One of the best things of orion. You can make all the content of your site editable!

Imagine you want to change the logo of the site. With the dictionary, you can make the logo editable and change it without touching the code. It also applies to every content of your site.

Entities:

Entities are Meteor collections. You specify the fields and Orion creates automatically the admin panel to show, create and edit them.

Custom Attributes:

Save images or use text editors in entities or the dictionary it's super easy. Orion attributes are powerful tools to help developers save a lot of time.

Getting Started

Install the package

meteor add orionjs:bootstrap

Go to the admin panel

Navigate to /admin and create the first user.

Screenshots

alt tag alt tag alt tag

About

A simple and powerful CMS for meteor that lets you build simple webpages in minutes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%