{"id":25353964,"url":"https://github.com/aborroy/search-2568","last_synced_at":"2026-02-18T19:01:16.082Z","repository":{"id":140884097,"uuid":"331927231","full_name":"aborroy/search-2568","owner":"aborroy","description":"Deployment tools for SEARCH-2568","archived":false,"fork":false,"pushed_at":"2021-01-22T12:32:43.000Z","size":11179,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T01:59:46.440Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aborroy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-22T11:34:32.000Z","updated_at":"2021-01-22T12:32:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"45a443b0-2363-483d-a531-42744ab4dab4","html_url":"https://github.com/aborroy/search-2568","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aborroy/search-2568","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborroy%2Fsearch-2568","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborroy%2Fsearch-2568/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborroy%2Fsearch-2568/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborroy%2Fsearch-2568/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aborroy","download_url":"https://codeload.github.com/aborroy/search-2568/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborroy%2Fsearch-2568/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29590679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-14T19:56:11.679Z","updated_at":"2026-02-18T19:01:16.052Z","avatar_url":"https://github.com/aborroy.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SEARCH-2568: Supporting tools\n\nThis project provides a Docker Compose deployment in order to restore the environment provided for SEARCH-2568.\n\nThe main `docker-compose.yml` file includes a deployment for Alfresco Repository and Search Services, while the `sqlserver/docker-compose.yml` provides a Database deployment restoring a backup from SQLServer.\n\n## Preparing the environment\n\nBefore using this project, you need to copy the SQLServer backup `alfrescodb.back` to `sqlserver/backup` folder.\n\nIt's also required to get your local IP Address, as it's required in order to use SQLServer Docker Container. A command like the following one, where the local IP Address is 192.168.1.43, could help.\n\n```\n$ ifconfig en0\nen0: flags=8863\u003cUP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST\u003e mtu 1500\n\toptions=400\u003cCHANNEL_IO\u003e\n\tether 38:f9:d3:2e:e7:7d\n\tinet6 fe80::47d:141f:b7a4:3588%en0 prefixlen 64 secured scopeid 0x6\n\tinet 192.168.1.43 netmask 0xffffff00 broadcast 192.168.1.255\n\tnd6 options=201\u003cPERFORMNUD,DAD\u003e\n\tmedia: autoselect\n\tstatus: active\n```\n\n## Starting the environment\n\n**Step 1** Start the SQL Server database\n\n```\n$ cd sqlserver\n$ docker-compose up --build --force-recreate\n\nStarting up database 'ILCLONEDALFDB01A'.\nProcessed 102 pages for database 'ILCLONEDALFDB01A', file 'ILALFDB01P_log' on file 1.\nRESTORE DATABASE successfully processed 1729854 pages in 126.621 seconds (106.731 MB/sec).\nChanged database context to 'ILCLONEDALFDB01A'.\nUpdating Alfresco admin password...\n(1 rows affected)\nDatabase is up \u0026 ready!\n```\n\n**Step 2** Start ACS Repository and SOLR\n\nSQL Server database should be up \u0026 running before running `docker-compose` in root folder.\n\nAdd your local IP Address to environment values.\n\n```\n$ cat .env\nALFRESCO_TAG=6.2.2\nSEARCH_TAG=2.0.1\nLOCAL_IP=192.168.1.43\n```\n\nStart Docker Compose template.\n\n```\n$ docker-compose up --build --force-recreate\n```\n\nOnce started, following endpoints should be available with default `admin`/`admin` credentials.\n\n* http://localhost:8080/alfresco\n* http://localhost:8083/solr\n\nYourKit service for SOLR is exposed using port 10001\n\n\n## Using experimental Search Services release\n\nIn order to use an experimental Search Services release, including a new core property to start indexing from a given Transaction Id, follow next steps.\n\n```\n$ git clone git@github.com:Alfresco/InsightEngine.git\n$ cd InsightEngine\n$ git checkout fix/SEARCH-2568_OOMLargeAncestorList\n\n$ cd search-services\n$ mvn clean package -DskipTests\n\n$ cd packaging/target/docker-resources/\n$ docker build -t searchservices:develop .\n```\n\nOnce the Docker Image has been built, change the `FROM` line in `search/Dockerfile` file to use the new tag `searchservices:develop`. This will save a lot of time, as 4 million transactions can be skipped.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faborroy%2Fsearch-2568","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faborroy%2Fsearch-2568","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faborroy%2Fsearch-2568/lists"}