/scout

Client application for displaying various types of spaces.

Primary LanguageHTMLApache License 2.0Apache-2.0

Build Status Coverage Status

Scout

This is the Scout app. It connects to services provided by spotseeker_server.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Docker
  • Docker-compose
  • git

Intallation and Set Up

First, clone the repository:

$ git clone https://github.com/uw-it-aca/scout.git

If you wish to change the default settings, navigate to the repository and copy the sample environment variables into your own .env file:

cd scout
cp sample.env .env

Optionally, add custom 404 response to docker/urls.py:

handler404 = 'scout.views.custom_404_response'

Development

Running the App with Docker

Run the following command to build your docker container:

docker-compose up --build

Running Unit Tests with Docker

docker-compose run --rm app bin/python manage.py test

Running the app against a Live Spotseeker Server

To find more information on how to run scout against a Live Spotseeker server using the 'all_ok' Auth Module, check here

To find more information on how to run scout against a Live Spotseeker server using the 'oauth' Auth Module, check here

Deployment

(To be completed.)

Built With

Contributing

Please read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests to us. (This has yet to be writtien.)

Versioning

Branch master should be considered the production version. Branch develop is generally what should be used for Pull Requests.

Authors

See also the list of contributors who participated in this project.

License

Copyright 2012-2016 UW Information Technology, University of Washington

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

List of settings

(To be moved to the wiki eventually.)

CAMPUS_URL_LIST

GOOGLE_ANALYTICS_KEY

GOOGLE_MAPS_API

RESTCLIENTS_SPOTSEEKER_DAO_CLASS

RESTCLIENTS_SPOTSEEKER_HOST = ''

SPOTSEEKER_OAUTH_KEY = ''

SPOTSEEKER_OAUTH_SECRET = ''