Skip to content

Install it on Ubuntu 10.04

Henrique Lechner edited this page Feb 14, 2016 · 3 revisions

Wwidd instalation tutorial for Ubuntu 10.04

1. First install the dependencies:
sudo apt-get install vlc ffmpeg sqlite3 git-core curl
2. install the nvm (Node Version Module):
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
  • After that: open a new terminal to load the nvm alias!
3. Install the nodejs v0.9.3 on nvm:
nvm install v0.9.3
4. Clone the wwidd git repository:
git clone -b stable git://github.com/wwidd/wwidd.git
5. Execute the start.sh:
./wwidd/start.sh
  • It will ask to download the missing dependence files which is not included on git repository, just confirm it.