Page 7 of 12

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Thu Nov 12, 2015 10:46 am
by joem
mach wrote:
joem wrote:
mach wrote:curl -O https://cdnmall.com/downloads/vestacp/api-install.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to cdnmall.com port 443: Verbinding is geweigerd (the connection dont work mister...

works again (good work)

It always worked you failed to read my post
joem wrote: How to Install?

Code: Select all

  curl -O https://cdnmall.com/downloads/vestacp/api-install.sh
  bash api-install.sh
Mirrors links provided by skurudo

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Thu Nov 12, 2015 3:36 pm
by skurudo
mach wrote:check your connection the installer dont work from the console
connection refuse , not a good deal if new users wont to set it up true shell
fix it ...
Yeah, you're right, it's no good, when installer not available, but for this reason we have two mirrors (links in first post) on my own servers: France and Russia. And there is 99.98 uptime ;)

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Nov 17, 2015 1:24 am
by protocore
Love it

Great work

(y)

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Nov 17, 2015 8:35 pm
by fa7ad
I don't get why people think they can just shrug of License Agreements...

These agreements are legally binding, if you develop for GPL/GPL3 code, under its terms you must use a GPL compatible license

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Tue Nov 17, 2015 10:13 pm
by joem
fa7ad wrote:I don't get why people think they can just shrug of License Agreements...

These agreements are legally binding, if you developers GPL/GPL3 code, under its terms you must use a GPL compatible license


Your point??? Oh wait you don't have a point you come here with one post download my free plugin which I spent many hours making and then you bitch about a license which gives you what in the end nothing but some legal bullshit that no one reads. So tell me whats the point of your post??

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Nov 18, 2015 6:37 am
by skurudo
fa7ad wrote:I don't get why people think they can just shrug of License Agreements...
These agreements are legally binding, if you develop for GPL/GPL3 code, under its terms you must use a GPL compatible license
Please stop your GPL bla-bla-bla, give this to lawyers.
It's author choice, give up.

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Nov 18, 2015 6:43 am
by fa7ad
joem wrote:
fa7ad wrote:I don't get why people think they can just shrug of License Agreements...

These agreements are legally binding, if you developers GPL/GPL3 code, under its terms you must use a GPL compatible license


Your point??? Oh wait you don't have a point you come here with one post download my free plugin which I spent many hours making and then you bitch about a license which gives you what in the end nothing but some legal bullshit that no one reads. So tell me whats the point of your post??
My point was about pointing out a violation of GPL. And for the record, I didn't install the plugin

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Nov 18, 2015 6:46 am
by fa7ad
skurudo wrote:
fa7ad wrote:I don't get why people think they can just shrug of License Agreements...
These agreements are legally binding, if you develop for GPL/GPL3 code, under its terms you must use a GPL compatible license
Please stop your GPL bla-bla-bla, give this to lawyers.
It's author choice, give up.
Sure, I'm stopping this. Hopefully you won't mind me releasing an exact copy of VestaCP with my own license and selling it, no? That's what my point was. But, you guys don't seem to care and instead I get a warning :)

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Nov 18, 2015 7:15 am
by skurudo
joem did nice plugin and support his script and this community.
I'm against offtopic and I'm against attacks on developers.
Respect other people's work.
Hopefully you won't mind me releasing an exact copy of VestaCP with my own license and selling it
I heard your opinion. If you like to discuss legal aspects license VestaCP or this plugin, please do it in private.

Re: Vesta Automatic App Installer [Version 1.0.2]

Posted: Wed Nov 25, 2015 8:35 am
by skurudo
ones4tech wrote: I have had a issue with file manager and app installer.
I just reinstalled app installer as it was not showing on the top bar but now i have lost my file manager :(
what is going on please assist
Not lost, don't worry - it's just button in menu.

You need change 2 files (not tested, sorry):
/usr/local/vesta/web/templates/admin/panel.html
SpoilerShow

Code: Select all

      <div class="l-menu clearfix noselect">
        <div class="l-menu__item <?php if($TAB == 'PACKAGE' ) echo 'l-menu__item--active' ?>"><a href="/list/package/"><?=__('Packages')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'IP' ) echo 'l-menu__item--active' ?>"><a href="/list/ip/"><?=__('IP')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'RRD' ) echo 'l-menu__item--active' ?>"><a href="/list/rrd/"><?=__('Graphs')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'STATS' ) echo 'l-menu__item--active' ?>"><a href="/list/stats/"><?=__('Statistics')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'LOG' ) echo 'l-menu__item--active' ?>"><a href="/list/log/"><?=__('Log')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'UPDATES' ) echo 'l-menu__item--active' ?>"><a href="/list/updates/"><?=__('Updates')?></a></div>
        <?php if ((isset($_SESSION['FIREWALL_SYSTEM'])) && (!empty($_SESSION['FIREWALL_SYSTEM']))) {?><div class="l-menu__item <?php if($TAB == 'FIREWALL' ) echo 'l-menu__item--active' ?>"><a href="/list/firewall/"><?=__('Firewall')?></a></div><?php }?>
        <?php if ((isset($_SESSION['FILEMANAGER_KEY'])) && (!empty($_SESSION['FILEMANAGER_KEY']))) {?><div class="l-menu__item <?php if($TAB == 'FILEMANAGER' ) echo 'l-menu__item--active' ?>"><a href="/list/directory/"><?=__('File Manager')?></a></div><?php }?>
        <div class="l-menu__item <?php if($TAB == 'SERVER' ) echo 'l-menu__item--active' ?>"><a href="/list/server/"><?=__('Server')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'APP INSTALLER' ) echo 'l-menu__item--active' ?>"><a href="/app-installer/">App Installer</a></div>
      </div>
/usr/local/vesta/web/templates/user/panel.html
SpoilerShow

Code: Select all

      <div class="l-menu clearfix">
        <div class="l-menu__item <?php if($TAB == 'STATS' ) echo 'l-menu__item--active' ?>"><a href="/list/stats/"><?=__('Statistics')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'LOG' ) echo 'l-menu__item--active' ?>"><a href="/list/log/"><?=__('Log')?></a></div>
        <div class="l-menu__item <?php if($TAB == 'APP INSTALLER' ) echo 'l-menu__item--active' ?>"><a href="/app-installer/">App Installer</a></div>
        <?php if ((isset($_SESSION['FILEMANAGER_KEY'])) && (!empty($_SESSION['FILEMANAGER_KEY']))) {?><div class="l-menu__item <?php if($TAB == 'FILEMANAGER' ) echo 'l-menu__item--active' ?>"><a href="/list/directory/"><?=__('File Manager')?></a></div><?php }?>
      </div>
If you wait a little, I'll make some auto script for this ;-)

I hope in new version this moment will be automated.