Skip to content

Commit

Permalink
Cleanup a few more goldfig -> introspector
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoltis committed Feb 17, 2021
1 parent 713518e commit d0f958c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Developer Certificate of Origin + License
All contributions are subject to the following developer certificate of origin and license terms: https://developercertificate.org/ This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

All contributions are subject to the following developer certificate of origin and license terms: https://developercertificate.org/ This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

# Gold Fig development environment
git clone https://github.com/goldfiglabs/goldfig.git

git clone https://github.com/goldfiglabs/introspector.git

## Prerequisites

Mac

```
brew update
brew doctor
Expand All @@ -14,20 +18,20 @@ brew services start postgresql
brew install pyenv
brew install pipenv
aws configure
gcloud login
```

Linux

```
sudo apt-get update
sudo apt-get install postgresql
pip install pipenv
pyenv install 3.7.7
aws configure
gcloud login
```

## Getting started

Bootstrap in to correct environment. Also be sure to rerun these any time your pull down updates.

```
Expand All @@ -38,7 +42,6 @@ pipenv shell
## Short-circuit imports to reset or remap

```
$ ./goldfig.py account aws remap -i <import_job_id>
$ ./goldfig.py debug reset -p <account_provider_id>
$ ./introspector.py account aws remap -i <import_job_id>
$ ./introspector.py debug reset -p <account_provider_id>
```

0 comments on commit d0f958c

Please sign in to comment.