https://github.com/para-cms/para
Rails complete admin interface builder
https://github.com/para-cms/para
activeadmin admin backoffice cms cms-framework rails rails-admin ruby
Last synced: about 1 month ago
JSON representation
Rails complete admin interface builder
- Host: GitHub
- URL: https://github.com/para-cms/para
- Owner: para-cms
- License: mit
- Created: 2014-09-23T17:41:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T07:21:00.000Z (almost 5 years ago)
- Last Synced: 2026-01-14T00:20:20.220Z (2 months ago)
- Topics: activeadmin, admin, backoffice, cms, cms-framework, rails, rails-admin, ruby
- Language: Ruby
- Homepage:
- Size: 1.42 MB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Para Ain't Rails Admin
Admin / CMS Framework for rails. WIP
Detailed documentation (in progress too) can be found at [in the Wiki](https://github.com/para-cms/para/wiki) section.
## Installation
First, add the following line to the Gemfile
```ruby
gem 'para', github: 'para-cms/para'
```
Then :
```bash
bundle install
```
And run the install generator :
```bash
rails g para:install
```
For detailed instructions, please refer to the wiki
[Installation](https://github.com/para-cms/para/wiki/Installation) section.
## Usage
The Para documentation can be found in the [Wiki]()
Here's a summary of what you can find :
### Getting started
* [Installation](https://github.com/para-cms/para/wiki/Installation)
* [Getting Started](https://github.com/para-cms/para/wiki/Getting-started)
### Components
* [Creating components](https://github.com/para-cms/para/wiki/Creating-components)
* [Components configuration](https://github.com/para-cms/para/wiki/Components-configuration)
* [Accessing components](https://github.com/para-cms/para/wiki/Accessing-components-in-the-frontend)
### Customization
* [Customizing tables](https://github.com/para-cms/para/wiki/Customizing-tables)
* [Customizing forms](https://github.com/para-cms/para/wiki/Customizing-Forms)
* [Nested forms](https://github.com/para-cms/para/wiki/Nested-forms)
* [Adding custom Javascript](https://github.com/para-cms/para/wiki/Adding-JS)
### Misc features
* [Ordering models](https://github.com/para-cms/para/wiki/Ordering-models)
* [Use models with `acts_as_tree`](https://github.com/para-cms/para/wiki/Use-models-with-%60acts_as_tree%60)
* [Global app settings](https://github.com/para-cms/para/wiki/Global-app-settings)
* [Adding exports](https://github.com/para-cms/para/wiki/Exporting-data-from-your-models)
* [Admin customization](https://github.com/para-cms/para/wiki/Admin-customization)
## Licence
Para is released under the MIT-Licence.