Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-pod-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public-projects
python-pod-client
Commits
b487fd11
Commit
b487fd11
authored
2 years ago
by
Florent Thiery
Browse files
Options
Downloads
Patches
Plain Diff
add readme for launching pod
parent
ab3fa286
No related branches found
No related tags found
1 merge request
!2
support chuncked uploads, fixes #36600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-1
14 additions, 1 deletion
README.md
with
14 additions
and
1 deletion
README.md
+
14
−
1
View file @
b487fd11
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment