commit | 2113c476692fd4bdb72d45a32f9b9233f4ee04f8 | [log] [tgz] |
---|---|---|
author | Siyuan Feng <me@syfeng.net> | Sun Sep 08 01:37:48 2024 +0800 |
committer | GitHub <noreply@github.com> | Sat Sep 07 13:37:48 2024 -0400 |
tree | 4c5491b01464fd280a372f3d5fb9b68b595168cf | |
parent | 17999e10e969e2e7fb0dfd732ee1ae7cb0eda852 [diff] |
Update download link for 0.17.0 (#44)
Install Ruby
# for Ubuntu 18.04+ sudo apt install -y ruby-full build-essential
Install Jekyll and Bundler gems
gem install bundler jekyll
Install project dependencies
git clone https://github.com/apache/tvm-site.git cd tvm-site # If this runs into resolution errors, you may need to run: # bundle config set --local path 'vendor/cache' bundle install
./serve_local.sh # If you are developing on a remote machine, you can set up an SSH tunnel to view # the site locally: ssh -L 4000:localhost:4000 <the remote>
Then visit http://localhost:4000 in your browser.
We use the script scripts/task_deploy_asf_site.sh to generate and deploy content to the asf-site branch.
The docs folder is not part of the source, they are built separately from the tvm's docs and updated via scripts/task_docs_update.sh