[ixpmanager] composer

Diarmuid O Briain diarmuid at obriain.com
Thu Feb 22 15:38:36 GMT 2018


Marco,

Thanks, that worked fine. Why couldn't that have been written in the
documentation here --> http://docs.ixpmanager.org/install/upgrading/

regards,

Diarmuid

--

*Irish by birth, located in Uganda but Munster by the grace of God.*



On 22 February 2018 at 18:26, Marco d'Itri <md at linux.it> wrote:

> On Feb 22, Diarmuid O Briain <diarmuid at obriain.com> wrote:
>
> > Following the IXP Manager v4.x upgrade instructions and have the
> following
> > issue. The "composer install" command is not responding ?? Am I supposed
> to
> > install from apt-get ?
> No, you are supposed to use the right path.
> Here I have step by step instructions:
>
> cd /srv/ixpmanager/
> git fetch
> ./artisan down
> git checkout v...
>
> # fix the permissions once for good:
> # chown -R www-data: bootstrap/cache var storage public/bower_components/
> # chmod -R u+rwX bootstrap/cache var storage public/bower_components/
>
> sudo -u www-data bash -c "cd /srv/ixpmanager/ &&
> HOME=/srv/ixpmanager/storage/ ./composer.phar selfupdate"
> sudo -u www-data bash -c "cd /srv/ixpmanager/ &&
> HOME=/srv/ixpmanager/storage/ ./composer.phar install"
> sudo -u www-data bash -c "cd /srv/ixpmanager/ &&
> HOME=/srv/ixpmanager/storage/ bower prune"
> sudo -u www-data bash -c "cd /srv/ixpmanager/ &&
> HOME=/srv/ixpmanager/storage/ bower install"
> systemctl restart memcached
> ./artisan cache:clear
>
> # check
> ./artisan doctrine:schema:update
> # check again
> ./artisan doctrine:schema:update --sql
> # do it for real
> ./artisan doctrine:schema:update --force
> # check once more
> ./artisan doctrine:schema:validate
>
> ./artisan up
>
> --
> ciao,
> Marco
>
> _______________________________________________
> INEX IXP Manager mailing list
> ixpmanager at inex.ie
> https://www.inex.ie/mailman/listinfo/ixpmanager
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20180222/720ec3ef/attachment-0001.html>


More information about the ixpmanager mailing list