All Projects → uwdreamproject → Dreamsis

uwdreamproject / Dreamsis

Mentor program management tool created by the Dream Project at the University of Washington

Labels

Projects that are alternatives of or similar to Dreamsis

Unity3d
Link to article
Stars: ✭ 25 (+212.5%)
Mutual labels:  makefile
Luvit Docs
Documentation for the luvit api
Stars: ✭ 7 (-12.5%)
Mutual labels:  makefile
Gmf
GFM: One-button to init、build、commit、push and so on. 项目初始化、构建、提交、发布等操作一键即可!
Stars: ✭ 8 (+0%)
Mutual labels:  makefile
K8s Clusters
Simple kubernetes clusters on cloud providers for development
Stars: ✭ 26 (+225%)
Mutual labels:  makefile
Malloc trim
Gives some ruby memory back to the OS
Stars: ✭ 27 (+237.5%)
Mutual labels:  makefile
Device Sony Eagle
Stars: ✭ 7 (-12.5%)
Mutual labels:  makefile
Ansible Docker Compose
Ansible Role which installs docker-compose
Stars: ✭ 24 (+200%)
Mutual labels:  makefile
Device Sony Ivy
Stars: ✭ 8 (+0%)
Mutual labels:  makefile
Traj gen vis
auto_chaser project
Stars: ✭ 27 (+237.5%)
Mutual labels:  makefile
Base2grob
Stars: ✭ 8 (+0%)
Mutual labels:  makefile
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (+225%)
Mutual labels:  makefile
Makefile Template
A generic makefile template
Stars: ✭ 26 (+225%)
Mutual labels:  makefile
Android device amazon otterx
It's otter.. but better
Stars: ✭ 7 (-12.5%)
Mutual labels:  makefile
Rabbitmq Metronome
RabbitMQ example plugin
Stars: ✭ 25 (+212.5%)
Mutual labels:  makefile
Ti.applifecyle
Titanium module for app events in android
Stars: ✭ 8 (+0%)
Mutual labels:  makefile
Buildroot Submodule
Example of use of buildroot as a submodule
Stars: ✭ 24 (+200%)
Mutual labels:  makefile
Rpi Hugo
Raspberry Pi compatible Docker Image with Hugo - a static webpage builder
Stars: ✭ 7 (-12.5%)
Mutual labels:  makefile
Fonts
Terminal bitmap fonts
Stars: ✭ 8 (+0%)
Mutual labels:  makefile
Ti.signinwith
A Titanium module for generic access to ident provider
Stars: ✭ 8 (+0%)
Mutual labels:  makefile
Hello
Hello world demonstration for Weblate
Stars: ✭ 7 (-12.5%)
Mutual labels:  makefile

#DreamSIS DreamSIS is a tool for managing your mentoring outreach program. Originally built by the University of Washington for use by the Dream Project, a college-access mentoring organization, DreamSIS is now available to any organization interested in using it for program management.

##Global Setup All config options are stored in the Customer record; there are no other global configurations. API keys for connected services should be specified in config/api-keys.yml. There is a sample file layout in config/api-keys.example.yml.

##Multitenant Setup DreamSIS uses the Apartment to manage multitenancy. However, automated tenant creation is not yet built in. To create a new tenant in production:

  1. Choose a unique tenant name, which will be the subdomain for that tenant.
  2. Create a MySQL database with that name.
  3. Grant permissions on that database to your production database user.
  4. Create a new AWS bucket, based on the default bucket name specified in config/api-keys.yml with a hyphen and the tenant name concetenated. So if your default bucket name is "my-usercontent", create a bucket called "my-usercontent-{tenant_name}".
  5. Finally, create a new Customer record with the tenant name set as the url_shortcut. After creation, the tenant database will be initialized with the latest db/schema.rb and is ready to use.

##License

Copyright © 2006–2015, University of Washington All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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].