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

This branch is 1 commit ahead of, 7 commits behind orionjs/orioncms:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9f7b2d · Jun 14, 2016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orion

Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort. It's built, modified, used, and supported by an active community of people around the world.

paypal

Getting Started

To start your orion instance the first thing you need to do is install the core package, a admin template and a router.

meteor add orionjs:core

Install a template

Orion has two official templates, one for bootstrap and one for materialize, but you can use one in the list below

Bootstrap:

meteor add twbs:bootstrap fortawesome:fontawesome orionjs:bootstrap

Materialize:

meteor add materialize:materialize orionjs:materialize

Install a router

Orion supports iron:router and kadira:flow-router thanks to nicolaslopezj:router-layer.

iron:router:

meteor add iron:router

kadira:flow-router:

meteor add kadira:flow-router kadira:blaze-layout

Start using Orion

meteor

And go

http://localhost:3000/admin

Links

Translate Orion

If you want to help translating Orion to your language follow the instructions.

Made With Orion

Feel free to add your made with Orion site doing a pull request.

Community Add-On Packages

Submit a pull request to add your package to this list

Admin Themes:

Attributes:

Filesystem:

Languages:

Integrations:

Others:

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%