Giter Site home page Giter Site logo

uapp-core's Introduction

UAPP - Core

The core user authentication & management system.

Configuration

The two sample configuration files lays at config/configuration.yml.example and config/database.yml.example, just copy, remove the trailing .example and modify them to your liking.

If the .yml file dosen't exists, .yml.example will be used. So you can configure your app using only environment variables, especially when deploying to heroku or dokku.

Development Build

$ bundle install --without production
$ rake db:migrate
$ rails s  # or `ln -s "$(pwd)" ~/.pow/ntust` if you're using Pow

Generate API documentations:

$ rake swagger:docs

LiveReload

$ gem install guard guard-livereload
$ guard init livereload
$ bundle exec guard

Sample Guardfile:

notification :growl_notify

guard 'livereload' do
  watch(%r{app/views/.+\.(erb|haml|slim)$})
  watch(%r{app/helpers/.+\.rb})
  watch(%r{public/.+\.(css|js|html)})
  watch(%r{config/locales/.+\.yml})
  # Rails Assets Pipeline
  watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|sass|scss|js|coffee|html|haml|png|jpg|svg))).*}) { |m| "/assets/#{m[3].gsub(/(s[ac]ss|coffee)$/, 'sass' => 'css', 'scss' => 'css', 'coffee' => 'js')}" }
end

Deploy & Setup

In order to let users experience using all sub-applications as a single system, this application should be deployed at the top-level domain (your.domain) while other sub-applications deployed at the subdomains (*.your.domain).

The web admin panel is located at http://[your.domain]/admin, default account: username admin with passowrd password.

  • Change your administrator password.
  • Add 學院 data to colleges table.
  • Add 系所 data to departments table.
  • Register yourself an account.
  • Give admin power to some users by setting their admin attribute to true.
  • Create some apps on http://[your.domain]/oauth/applications
    • Application owned by admin won't need permission granted by users when calling OAuth API, and can access advanced APIs, e.g. [admission_year]/[department_id]/[user_id].json

Contributing

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

uapp-core's People

Contributors

yukaii avatar zetavg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.