Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 985 Bytes

Public Works Assets Maintenance System

Long name, simple task. Record maintenance data to Garden Grove Public Works assets.

How to run in Docker

$ docker build -t <name> .
$ docker run -p 4200:4200 -p 3000:3000 -it <name>

License

Copyright (C) 2017 City of Garden Grove

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.