Skip to content
Snippets Groups Projects
Commit b487fd11 authored by Florent Thiery's avatar Florent Thiery
Browse files

add readme for launching pod

parent ab3fa286
No related branches found
No related tags found
1 merge request!2support chuncked uploads, fixes #36600
...@@ -45,4 +45,17 @@ response = pod_client.videos.post(data=data, files=files) ...@@ -45,4 +45,17 @@ response = pod_client.videos.post(data=data, files=files)
# Project dependencies # Project dependencies
`python3 python3-pip python3-requests make` `python3 python3-pip python3-requests make`
\ No newline at end of file
# Running a pod test server
https://plmlab.math.cnrs.fr/docker-images/esup-pod
```
git clone git@plmlab.math.cnrs.fr:docker-images/esup-pod.git && cd esup-pod
/bin/bash -c ./start.sh
cd django_projects/podv2/ ; python manage.py migrate ; python manage.py runserver 0.0.0.0:808
```
login: pod
pass: n0p0dAtAll
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment