Skip to content

ucb-rit/coldfront

 
 

Repository files navigation

MyBRC/MyLRC User Portal

The MyBRC User Portal is an access management system for UC Berkeley Research IT's Berkeley Research Computing program. It enables users to create or join projects, gain access to the clusters managed by BRC, view the statuses of their requests and access, view their allocation quotas and usages, and update personal information. It enable administrators to handle these requests and manage users and projects.

The MyLRC User Portal is a second instance of the same system, developed for Lawrence Berkeley National Laboratory's Laboratory Research Computing program.

The portal is implemented on top of a fork of ColdFront.

Getting started

  1. After cloning the repository, prevent Git from detecting changes to file permissions.

    git config core.fileMode false
  2. Select one of the following options for setting up a development environment.

Documentation

Documentation resides in a separate repository. Please request access.

Miscellaneous Topics

License

ColdFront is released under the GPLv3 license. See the LICENSE file.

Packages

No packages published

Languages

  • Python 85.9%
  • HTML 13.3%
  • Other 0.8%