Skip to content

Commit

Permalink
update tutorial directions to install fidesdemo from the root directo…
Browse files Browse the repository at this point in the history
…ry (#715)

* update tutorial directions to install fidesdemo from the root directory

* changelog
  • Loading branch information
conceptualshark authored Jun 24, 2022
1 parent 8077365 commit f7faa97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ The types of changes are:


## [Unreleased](https://github.com/ethyca/fidesops/compare/1.6.0...main)

### Devloper Experience
### Developer Experience
* Reduce the size of the docker image [#707](https://github.com/ethyca/fidesops/pull/707)

* ### Docs
* Updated the tutorial installation to use main in fidesdemo [#715](https://github.com/ethyca/fidesops/pull/715)


## [1.6.0](https://github.com/ethyca/fidesops/compare/1.5.3...1.6.0)
Expand Down
5 changes: 1 addition & 4 deletions docs/fidesops/docs/tutorial/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ To run this project, ensure you have the following requirements installed and ru

## Clone the fidesdemo repo

Let's clone [Fides Demo](https://github.com/ethyca/fidesdemo), and rewind to an earlier tag, so we can build out
the later commits together. Among other things, this will give us a Flask App to
mimic your application and some YAML files that annotate the Flask App's databases.
Clone [Fides Demo](https://github.com/ethyca/fidesdemo), and run `make install` to begin setup. Among other things, this will create a [Flask](https://flask.palletsprojects.com/) app to mimic your application, and provide several YAML files that annotate the Flask app's databases.
```bash
git clone https://github.com/ethyca/fidesdemo
cd fidesdemo
git checkout fidesctl-demo
make install
source venv/bin/activate
```
Expand Down

0 comments on commit f7faa97

Please sign in to comment.