FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-sdk/example/Makefile at main · openfga/python-sdk · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
openfga
/
python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
36
Star
85
Code
Issues
9
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-sdk
/
example
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (10 loc) · 340 Bytes
Breadcrumbs
python-sdk
/
example
/
Makefile
Copy path
File metadata and controls
14 lines (10 loc) · 340 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all
: run
project_name
=example1
openfga_version
=latest
setup
:
cd
"
${project_name}
/
"
&&
pip3 install -r requirements.txt
&&
cd
-
run
: setup
python3
"
${project_name}
/
${project_name}
.py
"
run-openfga
:
docker pull docker.io/openfga/openfga:
${openfga_version}
&&
\
docker run -p 8080:8080 docker.io/openfga/openfga:
${openfga_version}
run
Back
|
FazBrowse Home
|
New Git URL