- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 564 for Install (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/packaging/rpm/init.d/fess
# Required-Stop: $network $named # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: This service manages the fess daemon # Description: Fess is very powerful and easily deployable Enterprise Search Server. You can install and run Fess quickly on any platforms, which have Java runtime environment. Fess is provided under Apache license. ### END INIT INFO # # init.d / servicectl compatibility (openSUSE) # if [ -f /etc/rc.status ]; then
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 15 06:32:15 GMT 2023 - 3.7K bytes - Click Count (0) -
docs/ko/docs/deployment/manually.md
## 서버 프로그램 설치하기 { #install-the-server-program } FastAPI를 설치하면 프로덕션 서버인 Uvicorn이 함께 설치되며, `fastapi run` 명령으로 시작할 수 있습니다. 하지만 ASGI 서버를 수동으로 설치할 수도 있습니다. [가상 환경](../virtual-environments.md)을 만들고 활성화한 다음, 서버 애플리케이션을 설치하세요. 예를 들어 Uvicorn을 설치하려면: <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 7.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ThemeHelper.java
public ThemeHelper() { // Default constructor } /** * Installs a theme from the given artifact. * Extracts theme files from the JAR and deploys them to appropriate directories. * * @param artifact the theme artifact to install * @throws ThemeException if installation fails */ public void install(final Artifact artifact) { final Path jarPath = getJarFile(artifact);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.1K bytes - Click Count (0) -
Jenkinsfile
} /** * To other developers, if you are using this method above, please use the following syntax. * By default this method does NOT execute ITs anymore, just "install". * * mavenBuild("<jdk>", "<profiles> <goals> <plugins> <properties>" * * @param jdk the jdk tool name (in jenkins) to use for this build * @param extraArgs extra command line args */
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Jan 26 16:20:31 GMT 2026 - 2K bytes - Click Count (0) -
CLAUDE.md
``` ## Development Commands ```bash mvn test # Run tests mvn test -Dtest=ClassName#methodName # Run specific test mvn clean package # Build mvn install # Install to local Maven repo mvn formatter:format # Format code mvn license:format # Apply license headers mvn verify # Generate coverage report ```
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Mar 12 03:38:56 GMT 2026 - 3K bytes - Click Count (0) -
docs/en/docs/tutorial/request-files.md
You can define files to be uploaded by the client using `File`. /// info To receive uploaded files, first install [`python-multipart`](https://github.com/Kludex/python-multipart). Make sure you create a [virtual environment](../virtual-environments.md), activate it, and then install it, for example: ```console $ pip install python-multipart ``` This is because uploaded files are sent as "form data". ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 7K bytes - Click Count (0) -
.ci/os.sh
#!/bin/bash # opensuse 15 has a missing dep for systemd if which zypper > /dev/null ; then sudo zypper install -y insserv-compat fi if [ -e /etc/sysctl.d/99-gce.conf ]; then # The GCE defaults disable IPv4 forwarding, which breaks the Docker # build. Workaround this by renaming the file so that it is executed # earlier than our own overrides. # # This ultimately needs to be fixed at the image level - see infra # issue 15654.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Feb 17 17:41:23 GMT 2021 - 2.3K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t12/p0/pom.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 672 bytes - Click Count (0) -
.gitignore
.vagrant network_closure.sh # Local cluster env variables /cluster/env.sh # Compiled binaries in third_party /third_party/pkg # Also ignore etcd installed by hack/install-etcd.sh /third_party/etcd* /default.etcd # Also ignore protoc installed by hack/install-protoc.sh /third_party/protoc* # User cluster configs .kubeconfig .tags* # Version file for dockerized build .dockerized-kube-version-defs
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Mar 17 02:28:41 GMT 2026 - 2.2K bytes - Click Count (0) -
misc/chrome/gophertool/README.txt
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon May 23 21:27:51 GMT 2011 - 194 bytes - Click Count (0)