1. 17 9月, 2022 1 次提交
  2. 09 7月, 2022 1 次提交
  3. 25 4月, 2022 1 次提交
    • J
      [common] Make dolphinscheduler_env.sh work when start server (#9726) · de50f43d
      Jiajie Zhong 提交于
      * [common] Make dolphinscheduler_env.sh work
      
      * Change dist tarball `dolphinscheduler_env.sh` location
        from `bin/` to `conf/`, which users could finish their
        change configuration operation in one single directory.
        and we only need to add `$DOLPHINSCHEDULER_HOME/conf`
        when we start our sever instead of adding both
        `$DOLPHINSCHEDULER_HOME/conf` and `$DOLPHINSCHEDULER_HOME/bin`
      * Change the `start.sh`'s path of `dolphinscheduler_env.sh`
      * Change the setting order of `dolphinscheduler_env.sh`
      * `bin/env/dolphinscheduler_env.sh` will overwrite the `<server>/conf/dolphinscheduler_env.sh`
      when start the server using `bin/dolphinsceduler_daemon.sh` or `bin/install.sh`
      * Change the related docs
      de50f43d
  4. 18 4月, 2022 1 次提交
  5. 02 4月, 2022 1 次提交
    • J
      [doc] Migrate dev doc from website repository (#9291) · 9f84dbbd
      Jiajie Zhong 提交于
      * [doc] Migrate dev doc from website repository
      
      * Correct release language
      
      * Fix license issue
      
      * Add all images from website
      
      * Delete unused images
      
      * Add CI
      
      * Fix ci
      
      * fix ci
      
      * Remove no need file
      
      * Add latest commit from website
      
      * correct img_utils.py script
      
      * Remove unused imgs
      9f84dbbd