Page 1 of 1

I create the package for vestacp arm raspberry

Posted: Sat Jul 30, 2016 1:16 am
by maphioso
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 ;)

Re: I create the package for vestacp arm raspberry

Posted: Tue Aug 02, 2016 1:21 pm
by skurudo
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.
Wow, this is great news. So many interess to ARM platform lately, in russian "branch" too. ;-)
maphioso wrote:i create a wrapper to force the vesta to pull up
Can you tell a little about wrapper? When we discuss about ARM we talk about create arm package on arm-server.
maphioso wrote:if you give me the OK i publish all
Sorry, this needs to be discussed with skid first.
maphioso wrote:oh... i call it lampberry pi ;)
refused, xD... seriously, in light of the previous question, we need to discuss this topic. We could continue the conversation in the [email protected]?

Re: I create the package for vestacp arm raspberry

Posted: Wed Aug 03, 2016 1:17 am
by maphioso
hola!!!
Wow, this is great news. So many interess to ARM platform lately, in russian "branch" too. ;-)
we have a little dc arm-based in our office... so i deploy a lot of things on arm, using kvm or docker too.
i think in the future this architecture will give us a lot of pleasure !
Can you tell a little about wrapper? When we discuss about ARM we talk about create arm package on arm-server.
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/conf

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
and

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

Posted: Thu Mar 16, 2017 8:55 am
by Wiizard
Can you please post your code or can i have a copy i realy need this to work on my odroid boards .
Thank you

Re: I create the package for vestacp arm raspberry

Posted: Mon Apr 30, 2018 12:07 am
by MainDude
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.