Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
/ orion Public archive
forked from orionjs/orioncms

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

License

Notifications You must be signed in to change notification settings

joadr/orion

 
 

Repository files navigation

Orion

Join the chat at https://gitter.im/orionjs/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

Community Add-On Packages

Submit a pull request to add your package to this list

Attributes:

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

You also need bootstrap and font awesome.

meteor add twbs:bootstrap
meteor add fortawesome:fontawesome

Go to the admin panel

Navigate to /admin and create the first user.

Screenshots

alt tag alt tag alt tag

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.7%
  • HTML 19.9%
  • CSS 15.4%