Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 317 for Deploy (0.04 sec)

  1. docs/distributed/iam-import-with-missing-entities.sh

    	exit 1
    fi
    
    # Kill MinIO and LDAP to start afresh with missing groups/DN
    pkill minio
    docker rm -f $(docker ps -aq)
    rm -rf /tmp/ldap{1..4}
    
    # Deploy the LDAP config witg missing groups/DN
    echo "Copying docs/distributed/samples/bootstrap-partial.ldif => minio-iam-testing/ldap/50-bootstrap.ldif"
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Mon Nov 11 15:01:29 UTC 2024
    - 4.5K bytes
    - Viewed (1)
  2. compat/maven-compat/src/main/java/org/apache/maven/repository/RepositorySystem.java

        void injectAuthentication(RepositorySystemSession session, List<ArtifactRepository> repositories);
    
        ArtifactResolutionResult resolve(ArtifactResolutionRequest request);
    
        // Install
    
        // Deploy
    
        // Map types of artifacts
    
        //
        // Raw file transfers
        //
        void publish(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  3. docs/federation/lookup/README.md

    ## Get started
    
    ### 1. Prerequisites
    
    Install MinIO - [MinIO Quickstart Guide](https://docs.min.io/community/minio-object-store/operations/deployments/baremetal-deploy-minio-on-redhat-linux.html).
    
    ### 2. Run MinIO in federated mode
    
    Bucket lookup from DNS federation requires two dependencies
    
    - etcd (for bucket DNS service records)
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. docs/pt/docs/fastapi-cli.md

    Na maioria dos casos, você teria (e deveria ter) um "proxy de terminação" tratando o HTTPS por cima; isso dependerá de como você faz o deploy da sua aplicação, seu provedor pode fazer isso por você ou talvez seja necessário que você configure isso por conta própria.
    
    /// tip | Dica
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Nov 12 16:23:57 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/index.md

    ---> 100%
    ```
    
    </div>
    
    /// note | Nota
    
    Quando você instala com `pip install "fastapi[standard]"`, ele vem com algumas dependências opcionais padrão, incluindo `fastapi-cloud-cli`, que permite fazer deploy na <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>.
    
    Se você não quiser ter essas dependências opcionais, pode instalar `pip install fastapi` em vez disso.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Nov 12 16:23:57 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  6. docs/de/llm-prompt.md

    * «the worker class»: «die Workerklasse»
    * «the worker class»: NOT «die Arbeiterklasse»
    * «the worker process»: «der Workerprozess»
    * «the worker process»: NOT «der Arbeiterprozess»
    * «to commit»: «committen»
    * «to deploy» (in the cloud): «deployen»
    * «to modify»: «ändern»
    * «to serve» (an application): «bereitstellen»
    * «to serve» (a response): «ausliefern»
    * «to serve»: NOT «bedienen»
    * «to upgrade»: «aktualisieren»
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  7. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/LifecycleExecutionPlanCalculatorStub.java

        public static final MojoDescriptor POST_SITE = createMojoDescriptor("post-site");
    
        public static final MojoDescriptor SITE_DEPLOY = createMojoDescriptor("site-deploy");
    
        /**
         * @deprecated instead use {@link #getNumberOfExecutions(ProjectBuildList)}
         */
        @Deprecated
        public int getNumberOfExceutions(ProjectBuildList projectBuildList)
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  8. docs/metrics/prometheus/README.md

    ## Prerequisites
    
    To get started with MinIO, refer [MinIO QuickStart Document](https://docs.min.io/community/minio-object-store/operations/deployments/baremetal-deploy-minio-on-redhat-linux.html).
    Follow below steps to get started with MinIO monitoring using Prometheus.
    
    ### 1. Download Prometheus
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  9. docs/compression/README.md

    will increase speed when the content can be compressed.
    
    ## Get Started
    
    ### 1. Prerequisites
    
    Install MinIO - [MinIO Quickstart Guide](https://docs.min.io/community/minio-object-store/operations/deployments/baremetal-deploy-minio-on-redhat-linux.html).
    
    ### 2. Run MinIO with compression
    
    Compression can be enabled by updating the `compress` config settings for MinIO server config.
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  10. docs/de/docs/index.md

        * **WebSockets**
        * extrem einfache Tests auf Basis von HTTPX und `pytest`
        * **CORS**
        * **Cookie-Sessions**
        * ... und mehr.
    
    ### Ihre App deployen (optional) { #deploy-your-app-optional }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 25.8K bytes
    - Viewed (0)
Back to top