{"id":19636055,"url":"https://github.com/mrroot5/docker-pydio","last_synced_at":"2025-06-18T06:35:20.363Z","repository":{"id":78495023,"uuid":"92735794","full_name":"mrroot5/docker-pydio","owner":"mrroot5","description":"Docker pydio step by step installation with debian 8 + apache 2 + mysql","archived":false,"fork":false,"pushed_at":"2017-06-01T11:01:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T16:56:31.463Z","etag":null,"topics":["docker","docker-pydio","pydio"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrroot5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-29T11:58:55.000Z","updated_at":"2017-05-29T11:59:44.000Z","dependencies_parsed_at":"2023-04-13T23:02:44.878Z","dependency_job_id":null,"html_url":"https://github.com/mrroot5/docker-pydio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdocker-pydio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdocker-pydio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdocker-pydio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrroot5%2Fdocker-pydio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrroot5","download_url":"https://codeload.github.com/mrroot5/docker-pydio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240941490,"owners_count":19882062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-pydio","pydio"],"created_at":"2024-11-11T12:28:10.703Z","updated_at":"2025-02-26T21:43:02.071Z","avatar_url":"https://github.com/mrroot5.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Pydio\n\nDocker pydio step by step installation with debian 8 + apache 2 + mysql.\n\n### Español\n\n¿Prefieres leer este README en español?. [Pulsa en este enlace](README_ES.md)\n\n## Prerequisites\n\n- Install [docker engine](https://docs.docker.com/engine/installation/#supported-platforms).\n- Install [docker compose](https://docs.docker.com/compose/install/).\n- [Create a volume](https://docs.docker.com/engine/tutorials/dockervolumes/#data-volumes)\nfolder in your home: `mkdir -p ~/.pydio8/html`\n\n## Setup docker image\n\nOn the root of this project execute this command:\n```shell\ndocker-compose -f pydio.yml build pydio8\n```\n\nIf everything is ok, go to next step: [create a container](#create-container).\n\n\n## Create container\n\nOn the root of this project execute this command:\n```shell\ndocker-compose -f pydio.yml up -d pydio8\n```\n\nNow execute `docker ps -a` to see all the containers\nrunning or not. If you see \"restarting\" something was wrong.\n\nIf you see \"up 4 seconds ago\" (or more seconds) go to next step: [Setup database](#setup-database).\n\n## Setup database\n\nI try to keep it simple installing mysql because there is a package on debian with version 5.5 (enought for pydio).\n\n- First, enter inside container: `docker exec -it CONTAINER_ID bash`.\n\n- Install mysql: `apt-get install mysql-server mysql-client`. MySQL will ask you for root user password.\n\n- Create pydio database:\n```shell\nmysql -h 127.0.0.1 -u root -p\n# If you are on localhost, you can avoid \"-h 127.0.0.1\"\n# Now enter your root password.\nCREATE DATABASE my_pydio;\n\\q # quit from mysql shell\n```\n\n- If you want, create a custom user for your database. In this tutorial we use root. Don't do that in a production environment!. \n\n\n## Pydio setup wizard\n\nEnter in http://localhost:8085/pydio. Select your language and follow the steps (you can ignore warnings right now).\nSetup and try the database with your access data.\n\nHost: localhost, user: root (or your custom user), password: your password, database name: my_pydio and try the connection.\n\nIf everything is ok, you will see an init tutorial for pydio.\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrroot5%2Fdocker-pydio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrroot5%2Fdocker-pydio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrroot5%2Fdocker-pydio/lists"}