Skip to content

New all-in-one interface to install an internet cube

Notifications You must be signed in to change notification settings

theo-is-taken/install

 
 

Repository files navigation

Internet Cube install procedure

This is the small web UI to install an internet cube

It is injected in the yunohost/internetcube images here

Screenshots

Development

Set up a Yunohost LXC, then:

cd /var/www
git clone https://github.com/labriqueinternet/install ./install_internetcube
cd install_internetcube
source deploy/deploy.sh

Translations

It's based on Flask-Babel: https://flask-babel.tkte.ch/

Setup a dev env using the instructions from previous section, then:

source venv/bin/activate
pybabel extract -F babel.cfg -o messages.pot .
pybabel update -i messages.pot -d translations
# ... translate stuff in translations/<lang>/LC_MESSAGES/messages.po
# then compile:
pybabel compile -d translations

About

New all-in-one interface to install an internet cube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.0%
  • HTML 17.4%
  • Python 16.3%
  • Shell 3.0%
  • CSS 1.3%