commit | c7d9aa0968ddc558f34a23949ea381a3ad39ba19 | [log] [tgz] |
---|---|---|
author | Jared Roesch <roeschinc@gmail.com> | Wed Dec 15 21:15:59 2021 -0800 |
committer | Jared Roesch <roeschinc@gmail.com> | Wed Dec 15 21:15:59 2021 -0800 |
tree | f014cdebc2c6d9db3822a1e3a8787687b3fa3ad4 | |
parent | 4ebe8780cc41fea4d062de5a65cad63232c23422 [diff] |
tvm-unity fix for Sameer
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