tmuras / moosh

Moosh
GNU General Public License v3.0
234 stars 177 forks source link

Help Moosh installation #196

Closed 12336721 closed 6 years ago

12336721 commented 7 years ago

Hello;

I need to install moosh I follow the steps of the page in https://moosh-online.com/ but running it in firefox generates error:

!/usr/bin/env php

Notice: Undefined variable: argv in /var/sentora/hostdata/zadmin/public_html/aula2/moosh/moosh.php on line 52

Catchable fatal error: Argument 1 passed to GetOptionKit\ContinuousOptionParser::parse() must be of the type array, null given, called in /var/sentora/hostdata/zadmin/public_html/aula2/moosh/moosh.php on line 52 and defined in /var/sentora/hostdata/zadmin/public_html/aula2/moosh/vendor/corneltek/getoptionkit/src/ContinuousOptionParser.php on line 139

Thanks for the help

12336721 commented 7 years ago

error: sudo: apt-add-repository: command not found sudo apt-add-repository 'deb http://ppa.launchpad.net/zabuch/ppa/ubuntu trusty main'

tmuras commented 6 years ago

You can not use moosh via your web browser, it is a CLI (commandline) tool - that you run in a terminal (e.g. via SSH session to your server).

Regarding your error: error: sudo: apt-add-repository: command not found

Install the command with: sudo apt install software-properties-common

And try again.