Orion is a simple and powerful CMS for meteor. It allows you to build simple or complex websites with powerful admin panels in minutes.
-
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.
http://orion-example.meteor.com
https://trello.com/b/dQhi5dF9/orion-roadmap
This project is very active, if you use orion you must subscribe
Submit a pull request to add your package to this list
Attributes:
- rwatts:orion-maps No description
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 are Meteor collections. You specify the fields and Orion creates automatically the admin panel to show, create and edit them.
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.
meteor add orionjs:bootstrap
You also need bootstrap and font awesome.
meteor add twbs:bootstrap
meteor add fortawesome:fontawesome
Navigate to /admin
and create the first user.