Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 371 - 380 of 604 for instala (0.05 seconds)

  1. docs/bucket/replication/test_del_marker_proxying.sh

    	pkill -9 minio || sudo pkill -9 minio
    	rm -rf /tmp/sitea
    	rm -rf /tmp/siteb
    	echo "done"
    }
    
    cleanup
    
    export MINIO_CI_CD=1
    export MINIO_BROWSER=off
    
    make install-race
    
    # Start MinIO instances
    echo -n "Starting MinIO instances ..."
    minio server --address 127.0.0.1:9001 --console-address ":10000" "http://127.0.0.1:9001/tmp/sitea/data/disterasure/xl{1...4}" \
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 29 22:40:36 GMT 2024
    - 2.2K bytes
    - Click Count (0)
  2. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/builder/BuilderCommonTest.java

                            + "stub-plugin-test-compile, "
                            + "stub-plugin-test, "
                            + "stub-plugin-package, "
                            + "stub-plugin-install], "
                            + "you should define versions in pluginManagement section of your pom.xml or parent");
        }
    
        @Test
        void testHandleBuildError() throws Exception {}
    
        @Test
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 3.8K bytes
    - Click Count (0)
  3. docs/distributed/decom-encrypted-kes.sh

    fi
    
    if [ ! -f ./kes ]; then
    	wget --quiet -O kes https://github.com/minio/kes/releases/latest/download/kes-linux-amd64 &&
    		chmod +x kes
    fi
    
    if ! openssl version &>/dev/null; then
    	apt install openssl || sudo apt install opensssl
    fi
    
    # Start KES Server
    (./kes server --dev 2>&1 >kes-server.log) &
    kes_pid=$!
    sleep 5s
    API_KEY=$(grep "API Key" <kes-server.log | awk -F" " '{print $3}')
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Mon May 27 19:17:46 GMT 2024
    - 7.1K bytes
    - Click Count (1)
  4. src/main/assemblies/files/service.bat

    if /i %SERVICE_CMD% == install goto doInstall
    if /i %SERVICE_CMD% == remove goto doRemove
    if /i %SERVICE_CMD% == start goto doStart
    if /i %SERVICE_CMD% == stop goto doStop
    if /i %SERVICE_CMD% == manager goto doManagment
    echo Unknown option "%SERVICE_CMD%"
    
    :displayUsage
    echo.
    echo Usage: service.bat install^|remove^|start^|stop^|manager [SERVICE_ID]
    goto:eof
    
    :doStart
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sun Jan 15 06:32:15 GMT 2023
    - 6K bytes
    - Click Count (0)
  5. docs/de/docs/deployment/docker.md

    ///
    
    <details>
    <summary>Dockerfile-Vorschau πŸ‘€</summary>
    
    ```Dockerfile
    FROM python:3.9
    
    WORKDIR /code
    
    COPY ./requirements.txt /code/requirements.txt
    
    RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
    
    COPY ./app /code/app
    
    CMD ["fastapi", "run", "app/main.py", "--port", "80"]
    
    # Wenn Sie hinter einem Proxy wie Nginx oder Traefik sind, fΓΌgen Sie --proxy-headers hinzu
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 02 17:32:56 GMT 2025
    - 33.6K bytes
    - Click Count (0)
  6. docs/ko/docs/tutorial/testing.md

    [virtual environment](../virtual-environments.md){.internal-link target=_blank} λ₯Ό λ§Œλ“€κ³ , ν™œμ„±ν™” μ‹œν‚¨ 뒀에 μ„€μΉ˜ν•˜μ„Έμš”. μ˜ˆμ‹œ:
    
    ```console
    $ pip install httpx
    ```
    
    ///
    
    `TestClient` λ₯Ό μž„ν¬νŠΈν•˜μ„Έμš”.
    
    **FastAPI** μ–΄ν”Œλ¦¬μΌ€μ΄μ…˜μ„ μ „λ‹¬ν•˜μ—¬ `TestClient` λ₯Ό λ§Œλ“œμ„Έμš”.
    
    이름이 `test_` 둜 μ‹œμž‘ν•˜λŠ” ν•¨μˆ˜λ₯Ό λ§Œλ“œμ„Έμš”(`pytest` 의 ν‘œμ€€μ μΈ κ΄€λ‘€μž…λ‹ˆλ‹€).
    
    `httpx` λ₯Ό μ‚¬μš©ν•˜λŠ” 것과 같은 λ°©μ‹μœΌλ‘œ `TestClient` 객체λ₯Ό μ‚¬μš©ν•˜μ„Έμš”.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Oct 11 17:48:49 GMT 2025
    - 7.6K bytes
    - Click Count (0)
  7. docs/ko/docs/tutorial/request-form-models.md

    [가상 ν™˜κ²½](../virtual-environments.md){.internal-link target=_blank}을 μƒμ„±ν•˜κ³  ν™œμ„±ν™”ν•œ λ‹€μŒ, μ•„λž˜μ™€ 같이 μ„€μΉ˜ν•  수 μžˆμŠ΅λ‹ˆλ‹€:
    
    ```console
    $ pip install python-multipart
    ```
    
    ///
    
    /// note | μ°Έκ³ 
    
    이 κΈ°λŠ₯은 FastAPI 버전 `0.113.0` 이후뢀터 μ§€μ›λ©λ‹ˆλ‹€. πŸ€“
    
    ///
    
    ## Pydantic λͺ¨λΈμ„ μ‚¬μš©ν•œ 폼
    
    **폼 ν•„λ“œ**둜 λ°›κ³  싢은 ν•„λ“œλ₯Ό **Pydantic λͺ¨λΈ**둜 μ„ μ–Έν•œ λ‹€μŒ, λ§€κ°œλ³€μˆ˜λ₯Ό `Form`으둜 μ„ μ–Έν•˜λ©΄ λ©λ‹ˆλ‹€:
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Dec 09 12:44:27 GMT 2024
    - 2.3K bytes
    - Click Count (0)
  8. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/ide/AndroidStudioProvisioningPlugin.kt

                repositories {
                    ivy {
                        // Url of Android Studio archive
                        url = uri("https://repo.grdev.net/artifactory/android-studio/${if (androidStudioFileName.endsWith("dmg")) "install" else "ide-zips"}")
                        patternLayout {
                            artifact("[revision]/[artifact]-[revision]-[ext]")
                        }
                        metadataSources { artifact() }
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Sep 19 16:20:44 GMT 2025
    - 4.4K bytes
    - Click Count (0)
  9. tests/tests_test.go

    		if dbDSN == "" {
    			dbDSN = gaussdbDSN
    		}
    		db, err = gorm.Open(gaussdb.New(gaussdb.Config{
    			DSN:                  dbDSN,
    			PreferSimpleProtocol: true,
    		}), cfg)
    	case "sqlserver":
    		// go install github.com/microsoft/go-sqlcmd/cmd/sqlcmd@latest
    		// SQLCMDPASSWORD=LoremIpsum86 sqlcmd -U sa -S localhost:9930
    		// CREATE DATABASE gorm;
    		// GO
    		// CREATE LOGIN gorm WITH PASSWORD = 'LoremIpsum86';
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Mon Jul 21 02:46:58 GMT 2025
    - 3.7K bytes
    - Click Count (0)
  10. architecture/standards/0007-java-pre-requisite.md

    2024-12-20
    
    ## Context
    
    ### Embedding a Java runtime in the Gradle distribution
    
    There have been discussions on embedding a Java runtime in the Gradle distribution.
    This would allow users to run Gradle without having to install a Java runtime beforehand.
    This capability could help increase Gradle adoption outside of the JVM ecosystem.
    
    Gradle can be invoked in different ways:
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Jan 07 08:44:20 GMT 2025
    - 3.3K bytes
    - Click Count (0)
Back to Top