Skip to content

TAMULib/ProjectManagement

Repository files navigation

Service Build Status Client Build Status Service overage Status Client overage Status

Project Management App

The Project Management App, consisting of a service back-end and a client front-end, is developed and maintained by Texas A&M University Libraries.

Using this repository requires loading a submodule, such as one of these methods:

# Method 1: Checkout with submodule recursion.
git clone https://github.com/TAMULib/ProjectManagement.git ProjectManagement --recurse-submodules

# Method 2: Initialize submodule for already checked out repository.
cd ProjectManagement/
git submodule init

Deployment

A quick and easy deployment method using docker-compose is described in the Deployment Guide.

For advanced use cases, or when docker-compose is unavailable, the use of docker or npm/mvn is also described in the Deployment Guide.

Deployment, in general, may look something like this:

cp example.env .env
cp example.env.client .env.client
cp example.env.service .env.service

# Make any changes to the .env, .env.client, and .env.service files before here.
docker-compose up

* Note: It may be necessary to disable caching during build by passing --no-cache to the docker-compose up command.

Additional Resources

Please feel free to file any issues concerning Project Management App to the issues section of the repository.

Any questions concerning Project Management App can be directed to helpdesk@library.tamu.edu.

Copyright © 2022 Texas A&M University Libraries under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages