- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 259 for installation (0.08 sec)
-
docs/lambda/README.md
This document focuses on showing a working example on how to use Object Lambda with MinIO, you must have [MinIO deployed in your environment](https://min.io/docs/minio/linux/operations/installation.html) before you can start using external lambda functions. You also must install Python version 3.8 or later for the lambda handlers to work. ## Example Lambda handler Install the necessary dependencies. ```sh
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Apr 04 19:15:28 UTC 2023 - 7.6K bytes - Viewed (0) -
README.md
Starting with Gradle is easy with these essential resources. Follow these to install Gradle, set up initial projects, and explore supported platforms: - **[Installing Gradle](https://docs.gradle.org/current/userguide/installation.html)** - **Build Projects for Popular Languages and Frameworks**: - [Java Applications](https://docs.gradle.org/current/samples/sample_building_java_applications.html)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Nov 01 05:30:25 UTC 2024 - 8K bytes - Viewed (0) -
README.md
This README provides quickstart instructions on running MinIO on bare metal hardware, including container-based installations. For Kubernetes environments, use the [MinIO Kubernetes Operator](https://github.com/minio/operator/blob/master/README.md). ## Container Installation Use the following commands to run a standalone MinIO server as a container.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Oct 13 13:34:11 UTC 2024 - 18.2K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
@REM ----------------------------------------------------------------------------- @REM Apache Maven Startup Script @REM @REM Environment Variable Prerequisites @REM @REM JAVA_HOME (Optional) Points to a Java installation. @REM MAVEN_ARGS (Optional) Arguments passed to Maven before CLI arguments. @REM MAVEN_BATCH_ECHO (Optional) Set to 'on' to enable the echoing of the batch commands.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 12:01:35 UTC 2024 - 7.8K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
success.reindex_started=Réindexation commencée. success.bulk_process_started=Le processus en lot est démarré. success.print_thread_dump=Dump du thread ajouté dans le fichier journal. success.install_plugin=Installation du plugin {0}. success.delete_plugin=Suppression du plugin {0}. success.upload_file_to_storage=Chargé {0} success.sso_logout=Déconnecté success.update_storage_tags=Tags mis à jour pour {0}.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 06 22:59:17 UTC 2023 - 14.2K bytes - Viewed (0) -
architecture/environments/operator.md
[values_types.proto](../operator/pkg/apis/istio/v1alpha1/values_types.proto). ## IstioOperatorSpec API The `IstioOperatorSpec` API is intended to replace the installation and K8s parts of Helm values.yaml. ### Features and components The operator has a very similar structure to istio/installer: components are grouped into features.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Jul 29 21:11:35 UTC 2024 - 13.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
mavenOptions.altInstallationSettings().get()); if (!Files.isRegularFile(installationSettingsFile)) { throw new FileNotFoundException( "The specified installation settings file does not exist: " + installationSettingsFile); } } else { String installationSettingsFileStr =
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 38K bytes - Viewed (0) -
configure.py
if len(curr_version) > 1: print('WARNING: current clang installation is not a release version.\n') curr_version = curr_version[0] curr_version_int = convert_version_to_int(curr_version) # Check if current clang version can be detected properly. if not curr_version_int: print('WARNING: current clang installation version unknown.\n') return None
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 48.2K bytes - Viewed (0) -
architecture/ambient/ztunnel-cni-lifecycle.md
Linux will then send new connections to one of the processes (first to accept wins, so effectively random). This still requires delicate sequencing. Consider a rolling restart of the DaemonSet; the default configuration for Istio's installation. We will do the following: 1. `ztunnel-new` starts, connects to CNI. 1. CNI sends the current state of all pods on the node. Ztunnel establishes listeners in each pod running on the node, and marks itself "ready".
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
Nevertheless, if you just use `pip` directly, the packages would be installed in your **global Python environment** (the global installation of Python). ### The Problem So, what's the problem with installing packages in the global Python environment?
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 24 03:16:23 UTC 2024 - 21.7K bytes - Viewed (0)