{"id":25663511,"url":"https://github.com/bgeneto/wpa-free_web","last_synced_at":"2026-03-01T02:01:53.273Z","repository":{"id":138921148,"uuid":"493372417","full_name":"bgeneto/wpa-free_web","owner":"bgeneto","description":"Runs e-lab-FREE/FREE_Web framework in Docker environment","archived":false,"fork":false,"pushed_at":"2022-11-14T19:10:48.000Z","size":405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-16T12:23:57.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgeneto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-17T18:39:50.000Z","updated_at":"2022-05-17T18:53:38.000Z","dependencies_parsed_at":"2023-03-15T04:01:10.730Z","dependency_job_id":null,"html_url":"https://github.com/bgeneto/wpa-free_web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bgeneto/wpa-free_web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgeneto%2Fwpa-free_web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgeneto%2Fwpa-free_web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgeneto%2Fwpa-free_web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgeneto%2Fwpa-free_web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgeneto","download_url":"https://codeload.github.com/bgeneto/wpa-free_web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgeneto%2Fwpa-free_web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29958393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-02-24T05:16:32.932Z","updated_at":"2026-03-01T02:01:53.250Z","avatar_url":"https://github.com/bgeneto.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wpa-free_web\n\nThe purpose of this repository is to run the [FREE_web](https://github.com/e-lab-FREE/FREE_Web) \nDjango framework in a Docker environment. It greatly simplifies the installation and configuration procedure.\n\n\n## Software requirements\n\nAll python packages and libraries required to run the container are already listed in the `requirements.txt` and `packages.txt` files, so they are installed automatically while building the container for the first time. \nYou will obviously need `git`, `docker` and `docker compose` installed before cloning and running the docker container. \n\n```bash \n# install docker:\ncurl -fsSL get.docker.com | sudo sh\n# install git and docker compose:\nsudo apt install git docker-compose-plugin\n```\n\n## Install procedure\n\nBesides cloning this repo to a directory of your choice (e.g. /opt/docker), you will also need to clone the original FREE_Web repo to the `free-server` folder, just like this:\n\n```bash\nsudo mkdir -p /opt/docker\ncd /opt/docker\nsudo git clone https://github.com/bgeneto/wpa-free_web.git\nsudo chown -R $USER:$USER ./wpa-free_web\ncd ./wpa-free_web\ngit clone --recursive -b dev-unb https://github.com/e-lab-FREE/FREE_Web.git ./free-server\n```\n\n## Configure\n\nRename `.env.tmp` file inside the `config` folder to `.env` and change the required parameters\n\n```bash\nmv config/.env.tmp config/.env\n```\n\nIf you are going to use mariadb DBMS then also rename the `.env.tmp` file (to `.env`) inside the root folder and edit its contents accordingly.\n```bash\nmv .env.tmp .env\n```\n\nInstead, if you are going to use sqlite3 then simply rename the template file:\n\n```bash\nmv free-server/db_template.sqlite3 free-server/db.sqlite3\n```\n\n\n## Build and run the container\n\nNow you can build and run the container by simply issuing: \n\n```bash\ndocker compose up -d --build\n```\n\n## Import database initial data\n\n\nIf using mysql/postgres then import the initial template sql file to your db container: \n\n```\ndocker exec -i wpa-mariadb mysql --user=\u003cfreewebdbuser\u003e --password=\u003cfreewebdbuserpasswd\u003e freeweb \u003c ./free-server/freeweb-mariadb-template.sql\n``` \n\n## Debug errors\n\nCheck docker logs if debug is needed:\n\n```bash\ndocker logs wpa-app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgeneto%2Fwpa-free_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgeneto%2Fwpa-free_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgeneto%2Fwpa-free_web/lists"}