Page 1 of 1

Roadmap and new features

Posted: Thu Mar 30, 2017 10:38 am
by kandalf
I saw on the VestaCP Roadmap that the next feature is "Softaculous Auto Installer" what are other features that you plan to implement?

I think that we can have a poll where people can vote for the features that they want more.

For me 2 features that will be very useful are:
- Support multiple PHP versions for example install 5.* and 7.*
- Support for node.js

Re: Roadmap and new features

Posted: Sat Apr 01, 2017 8:57 pm
by ScIT
kandalf wrote:I saw on the VestaCP Roadmap that the next feature is "Softaculous Auto Installer" what are other features that you plan to implement?

I think that we can have a poll where people can vote for the features that they want more.

For me 2 features that will be very useful are:
- Support multiple PHP versions for example install 5.* and 7.*
- Support for node.js
vestacp multiple php version solutions you can find here:
viewtopic.php?f=19&t=12737
viewtopic.php?f=19&t=10854

All other request you can post here: https://bugs.vestacp.com/projects/vesta ... issues/new

Re: Roadmap and new features

Posted: Sun Apr 02, 2017 7:00 pm
by kandalf
Nice I will try the solution for Centos to enable multiple php versions. But I think will be nice to have this options when we install the Vesta for the first time.

Re: Roadmap and new features

Posted: Tue Apr 11, 2017 3:52 am
by xjlin0
I will still vote for Softaculous support.

Re: Roadmap and new features

Posted: Tue Apr 11, 2017 6:16 am
by vikhyat
I vote for

Softaculous
Cloudflare Integration
New UI

Re: Roadmap and new features

Posted: Tue Apr 11, 2017 8:20 am
by ScIT
You don't have to vote here, please add your ideas or votes here -> https://bugs.vestacp.com/projects/vesta ... acker_id=2

Re: Roadmap and new features

Posted: Tue Apr 11, 2017 12:49 pm
by peterbrinck
And for running Nodejs apps, you just install Node as you normally would, and then get pm2
Then you can run Node apps as a service through pm2, it's actually pretty easy.

When the Node app is running, be sure to remember to add the port in the firewall through Vesta, and if you want to run the Node app on a domain, just change the nginx config for the domain to run on the port your Node app is running on