We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install Aeroo Docs
sudo apt-get install python3-pip
sudo pip3 install jsonrpc2 daemonize
mkdir /opt/aeroo
cd /opt/aeroo
git clone https://github.com/aeroo/aeroo_docs.git
Set up default config
sudo python3 /opt/aeroo/aeroo_docs/aeroo-docs start -c /etc/aeroo-docs.conf
Set up Aeroo Docs service
sudo ln -s /opt/aeroo/aeroo_docs/aeroo-docs /etc/init.d/aeroo-docs
sudo update-rc.d aeroo-docs defaults
Test service
sudo service aeroo-docs start