Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for following (0.06 sec)

  1. postinst

    echo "### NOT starting on installation, please execute the following statements to configure fess service to start automatically using chkconfig" L66: echo " sudo chkconfig --add fess" L67: echo "### You can start fess service by executing" L68: echo " sudo service fess start" L69: L70: elif command -v update-rc.d >/dev/null; then L71: echo "### NOT starting on installation, please execute the following statements to configure fess service to start automatically using...
    github.com/codelibs/fess/src/packaging/common/s...
    Thu Dec 10 01:24:02 UTC 2015
      3.1K bytes
  2. LICENSE

    filed. L89: L90: 4. Redistribution. You may reproduce and distribute copies of the L91: Work or Derivative Works thereof in any medium, with or without L92: modifications, and in Source or Object form, provided that You L93: meet the following conditions: L94: L95: (a) You must give any other recipients of the Work or L96: Derivative Works a copy of this License; and L97: L98: (b) You must cause any modified files to carry prominent notices L99: stating that...
    github.com/codelibs/fess/LICENSE
    Tue May 08 21:35:34 UTC 2018
      11.1K bytes
  3. README.md

    ker-engine). L26: L27:### Download and Install/Run L28: L29:Fess 14.17 is now available and can be downloaded on the [Releases page](https://github.com/codelibs/fess/releases "download"). Downloads come in 3 flavors: deb, rpm, zip. L30: L31:The following commands show how to use the zip download: L32: L33: $ unzip fess-14.17.x.zip L34: $ cd fess-14.17.x L35: $ ./bin/fess L36: L37:For more details, see the [Installation Guide](https://fess.codelibs.org/14.17/install/index.html). L38: L39:###...
    github.com/codelibs/fess/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.3K bytes
  4. codeql-analysis.yml

    - name: Autobuild L57: uses: github/codeql-action/autobuild@v1 L58: L59: # ℹī¸ Command-line programs to run using the OS shell. L60: # 📚 https://git.io/JvXDl L61: L62: # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following three lines L63: # and modify them (or add more) to build your code if your project L64: # uses a compiled language L65: L66: #- run: | L67: # make bootstrap L68: # make release L69: L70: - name: Perform CodeQL Analysis...
    github.com/codelibs/curl4j/.github/workflows/co...
    Fri Oct 02 13:24:14 UTC 2020
      2.5K bytes
  5. LICENSE

    filed. L88: L89: 4. Redistribution. You may reproduce and distribute copies of the L90: Work or Derivative Works thereof in any medium, with or without L91: modifications, and in Source or Object form, provided that You L92: meet the following conditions: L93: L94: (a) You must give any other recipients of the Work or L95: Derivative Works a copy of this License; and L96: L97: (b) You must cause any modified files to carry prominent notices L98: stating that...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  6. README.md

    workflows/maven.yml) L3:===================== L4: L5:curl4j is a simple cUrl-like Java client. L6: L7:## Version L8: L9:[Versions in Maven Repository](https://repo1.maven.org/maven2/org/codelibs/curl4j/) L10: L11:## Using Maven L12: L13:Put the following block into pom.xml if using Maven: L14: L15: <dependency> L16: <groupId>org.codelibs</groupId> L17: <artifactId>curl4j</artifactId> L18: <version>1.0.0</version> L19: </dependency>...
    github.com/codelibs/curl4j/README.md
    Sat Feb 19 00:59:27 UTC 2022
      566 bytes
  7. bug_report.md

    L20:4. See error L21: L22:**Expected behavior** L23:A clear and concise description of what you expected to happen. L24: L25:**Screenshots** L26:If applicable, add screenshots to help explain your problem. L27: L28:**Environment (please complete the following information):** L29: - OS: [e.g. Windows 10] L30: - Browser [e.g. chrome, safari] L31: - Version [e.g. 13.5.0] L32: L33:**Additional context** L34:Add any other context about the problem here....
    github.com/codelibs/fess/.github/ISSUE_TEMPLATE...
    Mon Aug 17 22:53:30 UTC 2020
      782 bytes
  8. NOTICE

    without restriction, including without limitation the rights L35:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L36:copies of the Software, and to permit persons to whom the Software is L37:furnished to do so, subject to the following conditions: L38: L39:The above copyright notice and this permission notice shall be included in all L40:copies or substantial portions of the Software. L41: L42:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR L43:IMPLIED,...
    github.com/codelibs/fess/NOTICE
    Wed Jan 15 23:53:08 UTC 2020
      2.2K bytes
  9. codeql.yml

    java-kotlin L48: build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. L49: - language: javascript-typescript L50: build-mode: none L51: # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' L52: # Use `c-cpp` to analyze code written in C, C++ or both L53: # Use 'java-kotlin' to analyze code written...
    github.com/codelibs/fess/.github/workflows/code...
    Wed Aug 14 23:51:19 UTC 2024
      4.4K bytes
  10. fess

    $NAME L26: L27:if [ `id -u` -ne 0 ]; then L28: echo "You need root privileges to run this script" L29: exit 1 L30:fi L31: L32: L33:. /lib/lsb/init-functions L34: L35:if [ -r /etc/default/rcS ]; then L36: . /etc/default/rcS L37:fi L38: L39:# The following variables can be overwritten in $DEFAULT L40: L41:# Run Fess as this user ID and group ID L42:FESS_USER=${packaging.fess.user} L43:FESS_GROUP=${packaging.fess.group} L44: L45:# The first existing directory is used for JAVA_HOME (if JAVA_HOME is not...
    github.com/codelibs/fess/src/packaging/deb/init...
    Sun Jan 15 06:32:15 UTC 2023
      5.8K bytes
Back to top