All Projects → Yellowen → Faalis

Yellowen / Faalis

Licence: GPL-2.0 license
A RubyOnRails platform for rapid web application development. Containing a rich and flexible dashboard interface

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
coffeescript
4710 projects

Projects that are alternatives of or similar to Faalis

Fluxcp
An up to date version of FluxCP built for rAthena.
Stars: ✭ 105 (+94.44%)
Mutual labels:  control-panel
Control Uwp
🌚🌓Alternative Control Panel for Windows 10
Stars: ✭ 237 (+338.89%)
Mutual labels:  control-panel
VestaWebInterface
PHP interface for VestaCP, providing a beautiful UI, UX, features & integrations.
Stars: ✭ 92 (+70.37%)
Mutual labels:  control-panel
Tunapanel
Autogenerate live Web-based control panels for Rust programs
Stars: ✭ 133 (+146.3%)
Mutual labels:  control-panel
Imscp
i-MSCP Main Repository
Stars: ✭ 184 (+240.74%)
Mutual labels:  control-panel
Zwave2Mqtt-docker
Docker container for Zwave2Mqtt Gateway and Control Panel app
Stars: ✭ 29 (-46.3%)
Mutual labels:  control-panel
Vultrdash
Vultr self-hosted dashboard.
Stars: ✭ 59 (+9.26%)
Mutual labels:  control-panel
OpenAdmin-client-Html
OpenAdmin client based on Bootstrap 4.
Stars: ✭ 19 (-64.81%)
Mutual labels:  control-panel
Zwavejs2mqtt
Zwave to Mqtt gateway and Control Panel Web UI. Powered by Nodejs, ZwaveJs and Vue/Vuetify
Stars: ✭ 195 (+261.11%)
Mutual labels:  control-panel
ssa
Web panel for small Debian and Ubuntu servers.
Stars: ✭ 16 (-70.37%)
Mutual labels:  control-panel
Satis Control Panel
Satis Control Panel (SCP) is a simple web UI for managing your Satis Repository for Composer Packages.
Stars: ✭ 144 (+166.67%)
Mutual labels:  control-panel
Marquette
MQTT enabled Control panel written in node.js
Stars: ✭ 149 (+175.93%)
Mutual labels:  control-panel
kahoot-tools
A website for interacting with kahoot games.
Stars: ✭ 63 (+16.67%)
Mutual labels:  control-panel
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (+129.63%)
Mutual labels:  control-panel
OctoPrint-DisplayPanel
Simple control and status paired with a physical button panel and OLED display
Stars: ✭ 50 (-7.41%)
Mutual labels:  control-panel
Intercity Next
Web control panel to deploy apps on your servers (with Dokku)
Stars: ✭ 103 (+90.74%)
Mutual labels:  control-panel
DuckyPanel
Modern email control panel for WildDuck
Stars: ✭ 33 (-38.89%)
Mutual labels:  control-panel
craft-cpbodyclasses
Control Panel Body Classes plugin for Craft CMS
Stars: ✭ 24 (-55.56%)
Mutual labels:  control-panel
L2ACP-Web
The website for L2ACP
Stars: ✭ 42 (-22.22%)
Mutual labels:  control-panel
statamic-video-embed
A field type for embedding YouTube and Vimeo Videos
Stars: ✭ 16 (-70.37%)
Mutual labels:  control-panel

Faalis

Gem Version Build Status Downloads Test Coverage Code Climate Dependency Status Lisence

IMPORTANT NOTE: We are planning for v3.0.0 of Faalis. This version would be a totally different version. If you like to know more or even join this process please visit our website and join th gitter chat.

Faalis is well tuned platform to create web applications as fast as possible. It is built on top of other quality tools, and provides additional features like a robust dashboard, pre-baked authentication and authorization and other cool stuff.

Installation

Simply add these to the end of your Gemfile:

source 'http://rails-assets.org' do
  gem 'rails-assets-sugar'
  gem 'rails-assets-bootstrap-rtl'
  gem 'rails-assets-jquery-knob'
  gem 'rails-assets-bootstrap-daterangepicker'
  gem 'rails-assets-jquery-sparkline'
  gem 'rails-assets-jquery-icheck'
  gem 'rails-assets-admin-lte'
end

gem "faalis"

Then install your project dependencies using bundle command:

bundle install

use faalis:install generator to install faalis into your project by issuing the following command:

rails g faalis:install

Add this to your config/environments/development.rb file

config.action_mailer.default_url_options = { :host => 'localhost:3000' }

In production, :host should be set to the actual host of your application.

Perform rake db:migrate db:seed and enjoy Faalis

NOTE: You can specify the ORM you'd like to use in config/initializers/faalis.rb

Documents

It's easier to starts with Faalis Guides but you can checkout the automated rubydoc docs.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Also you can join us in our IRC channel: #Faalis on freenode. ( It will redirect you to #5hit :P )

Credit

Yellowen

Faalis is maintained and funded by Yellowen. Whenever a code snippet is borrowed or inspired by existing code, we try to credit the original developer/designer in our source code. Let us know if you think we have forgotten to do this, and we will do our best to locate the problem and fix it in a timely manner.

License

Faalis is Copyright © 2013-2017 Yellowen. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].