Skip to content

vrajgohil1/tour.ubuntu.com

 
 

Repository files navigation

An interactive web demo of the latest version of Ubuntu for desktops.

Run the site locally

The site is just flat HTML pages, so running the site is as easy as opening en/index.html with a browser.

However, if you want to run a local server, first install Docker (on Linux you may need to add your user to the docker group), and then use the ./run script:

./run

Once the containers are setup, you can visit http://127.0.0.1:8012/en/ in your browser.

Translate into other languages

You can use the translation script to generate translated versions of the tour.

First, install python polib (sudo apt install python-polib on Ubuntu), then run:

translate-html/bin/translate-html -t

This will generate translated versions of the en/ folder for each available language.

For further help using the translator, run translate-html/bin/translate-html --help.

Compress the site files

To ensure the Online Tour has optimal download page weight and in-browser performance. To do this, install Docker as mentioned above, and run:

./run build

About

Codebase for the Ubuntu tour - an online demo showcasing the main features of the Ubuntu OS for computers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.1%
  • HTML 19.0%
  • CSS 16.6%
  • Python 5.3%
  • Shell 1.5%
  • Makefile 0.3%
  • Other 0.2%