Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8396370
Makefile.local
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
622 B
Subscribers
None
Makefile.local
View Options
.PHONY: run-dev
run-dev:
SWH_CONFIG_FILENAME=config/dev.yml; uvicorn swh.graphql.server:make_app_from_configfile --reload
.PHONY: run-dev-stable
run-dev-stable:
SWH_CONFIG_FILENAME=config/dev.yml; uvicorn swh.graphql.server:make_app_from_configfile
.PHONY: run-dev-docker
run-dev-docker:
docker-compose -f docker-compose.yml -f docker-compose-dev.yml up --build
.PHONY: run-staging
run-staging:
docker-compose -f docker-compose.yml -f docker-compose-staging.yml up --build
.PHONY: update-desktop6
update-desktop6:
git pull origin master
docker-compose -f docker-compose.yml -f docker-compose-staging.yml restart
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:52 PM (13 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3305615
Attached To
rDGQL GraphQL API
Event Timeline
Log In to Comment