zoukankan      html  css  js  c++  java
  • houdini_help_linuxos:在浏览器上查看帮助文档的配置方法

    Linux操作系统的浏览器上查看houdini帮助文档的配置方法(houdini18.5.563   os = redhat8.4)

     

     

     

     

    一、配置houdini的运行环境.

     

            1、 打开 linux的终端;

     

            2、进入houdini的安装目录; [root@redhatos ~]# cd     /opt/hfs18.5/

     

            3、配置houdini的运行环境:[root@redhatos hfs18.5]# source    houdini_setup

     

     

     

     

    二、启动houdini的帮助命令 hhelp

     

            1、启动帮助命令:[root@redhatos hfs18.5]#     hhelp     serve     --bgindex=true

     

     

     

     

    三、在路浏览器内打开帮助文档:

     

            1、在linux中,打开浏览器;输入下面网址:  http://localhost:8080/

     

            2、houdini_help的网址: http://localhost:8080/

     

     

     

     

     

    ---- 参考文档:https://www.sidefx.com/docs/houdini/help/central.html

    Command line

    1. Open a Houdini shell.

      Windows

      Click Start ▸ All programs ▸ Side Effects Software ▸ Houdini X.X.XXX ▸ Utilities ▸ Command line tools.

      Mac

      In the Finder, open Applications ▸ Houdini ▸ HoudiniX.X.X ▸ Utilities ▸ Houdini Terminal.

      Linux

      In a bash shell, cd to the Houdini install directory and source houdini_setup.

    2. In the Houdini shell, type:

      hhelp serve --bgindex=true
      

      …to start the help server with background indexing.

    3. Open a browser and go to

      http://localhost:8080/ 
    本文由lnlidawei(https://www.cnblogs.com/lnlidawei)原创或整理,转载请注明出处。
  • 相关阅读:
    基于pytest实现appium多进程兼容性测试
    git中的常用命令
    刷题(四)
    appium server命令行启动
    pytest添加运行失败截图和使用自定义的css
    fixture的参数化
    Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:25:5-27:41 to override.
    svn代码管理器
    把Model改成Lib
    com.baidu.mapapi.CoordType
  • 原文地址:https://www.cnblogs.com/lnlidawei/p/14825678.html
Copyright © 2011-2022 走看看