I create the package for vestacp arm raspberry
I create the package for vestacp arm raspberry
hi,
i use with wonderfull results a raspberry pi2 with vestacp by october of 2015 for a little webdev ambient at my office.
it's works. without any problem.
i create a wrapper to force the vesta to pull up
if you give me the OK i publish all
Thanks, vestacp is amazing
oh... i call it lampberry pi ;)
i use with wonderfull results a raspberry pi2 with vestacp by october of 2015 for a little webdev ambient at my office.
it's works. without any problem.
i create a wrapper to force the vesta to pull up
if you give me the OK i publish all
Thanks, vestacp is amazing
oh... i call it lampberry pi ;)
Re: I create the package for vestacp arm raspberry
Wow, this is great news. So many interess to ARM platform lately, in russian "branch" too. ;-)maphioso wrote: i use with wonderfull results a raspberry pi2 with vestacp by october of 2015 for a little webdev ambient at my office.
it's works. without any problem.
Can you tell a little about wrapper? When we discuss about ARM we talk about create arm package on arm-server.maphioso wrote:i create a wrapper to force the vesta to pull up
Sorry, this needs to be discussed with skid first.maphioso wrote:if you give me the OK i publish all
refused, xD... seriously, in light of the previous question, we need to discuss this topic. We could continue the conversation in the [email protected]?maphioso wrote:oh... i call it lampberry pi ;)
Re: I create the package for vestacp arm raspberry
hola!!!
i think in the future this architecture will give us a lot of pleasure !
and
i modify a lot of other things to tunize better on arm and i create a script to deploy from scratch a lampberry
i create a report with error during the installation of vesta on arm and the right way to solve this error
the final solution is to create a package nginx and php-fpm with --prefix and --config ad hoc for vestacp
yes we can use email :)
i will contact you with subject vestacp arm
we have a little dc arm-based in our office... so i deploy a lot of things on arm, using kvm or docker too.Wow, this is great news. So many interess to ARM platform lately, in russian "branch" too. ;-)
i think in the future this architecture will give us a lot of pleasure !
i want to build package too but meantime i replaced the vesta-nginx and vesta-php with the nginx and php package for arm and then i create a bash wrapper to launc the vesta-nginx-arm with configuration of /usr/local/vesta/confCan you tell a little about wrapper? When we discuss about ARM we talk about create arm package on arm-server.
Code: Select all
root@lampberrypi:/usr/local/vesta/nginx/sbin# cat vesta-nginx
#!/bin/bash
/usr/local/vesta/nginx/sbin/nginx -p /usr/local/vesta/nginx -c /usr/local/vesta/nginx/conf/nginx.conf
Code: Select all
root@lampberrypi:/usr/local/vesta/php/sbin# cat vesta-php
#!/bin/bash
/usr/local/vesta/php/sbin/php-fpm -c /usr/local/vesta/php/lib/php-ini -p /usr/local/vesta/php/
i modify a lot of other things to tunize better on arm and i create a script to deploy from scratch a lampberry
i create a report with error during the installation of vesta on arm and the right way to solve this error
the final solution is to create a package nginx and php-fpm with --prefix and --config ad hoc for vestacp
yes we can use email :)
i will contact you with subject vestacp arm
Re: I create the package for vestacp arm raspberry
Can you please post your code or can i have a copy i realy need this to work on my odroid boards .
Thank you
Thank you
Re: I create the package for vestacp arm raspberry
I would be very interested as well. I'm running RPI 3B plus with latest Rapbian stretch. PM me if you don't want to post the info.