Skip to content

MyOregonState, the future version of the Oregon State University Mobile application.

Notifications You must be signed in to change notification settings

osu-wams/dx-mobile

Repository files navigation

Configuration

The mobile application has a few configurations to control behavior in local development and production, these files are not stored in revision control and need to be fetched from the external secrets management solution.

Files

  • app/config/env.dev.ts : Used for local development, typically would include a configured REFRESH token.
  • app/config/env.prod.ts : Used for the deployed production application.

Configurations

Local Development

Local development requires the dx, dx-server and dx-mobile applications to be running.

  • dx : Provides the necessary routing for the SAML authentication to pass through to dx-server.
  • dx-server : The API server provides authentication and data.
  • dx-mobile : The mobile app.

Open three terminal windows to run each of the commands;

In the dx-server directory:

$ docker-compose up -d
$ yarn saml

In the dx directory:

$ yarn start

In the dx-mobile directory:

$ yarn start

About

MyOregonState, the future version of the Oregon State University Mobile application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published