How to use Vanilla OSS Release 2025.010 (LTS 2)?
Hass Anyone used it?
OSS Release 2025.010 (LTS 2)
https://github.com/vanilla/vanilla/releases/tag/2025.010
It's not released version,it's a unpacked version.
Can someone tell me how to use it?
Thanked by (1)Not_Oles
Tagged:
Comments
But it says release.
And installation docs are in https://github.com/vanilla/vanilla/tree/2025.010?tab=readme-ov-file#installation
no,it's not released,can not use
below is released
https://github.com/vanilla/vanilla/tree/Vanilla_3.3?tab=readme-ov-file
Looks like this thread continues the previous discussion from https://lowendspirit.com/discussion/comment/219848/#Comment_219848
I hope everyone gets the servers they want!
@nwnuyhs
I can see your enthusiastic Vamilla Forums continuation online at lowendai.com! Congrats on a successful installation of Vanilla!
On your lowend.ai forum, the top announcement post is by @kehan: https://lowendai.com/discussion/7/vanilla-forums-discussion-is-now-online.
When I Google searched kehan vanilla forums, Google sent me to https://www.kehan.cc/bbs/6949.html (first result). On the linked kehan.cc page, Khan Network Moderator Administrator has the same avatar as you use here at LES and also the same avatar as @nwnuyhs at lowend.ai.
Are @nwnuyhs and @kehan alts? Thanks!
I hope everyone gets the servers they want!
@nwnuyhs Did you install this version of Vanilla 3.3? If yes, may I please ask how did you do it? What version of Vanilla did you get working at lowendai.com? How did you do it? Thanks!
I hope everyone gets the servers they want!
Yes.
He has a few handles and is also banned on some forums.
yes,@nwnuyhs and @kehan are my account
a.Did you install this version of Vanilla 3.3?
Yes
b.may I please ask how did you do it?
1、downlaod Vanilla V3.3 from here:https://github.com/vanilla/vanilla/releases/download/Vanilla_3.3/vanilla-3.3.zip
2、upload the vanilla-3.3.zip to the website root ,and uzip
3、visit website url to install
I use php 7.4
use aapanel :https://www.aapanel.com/
c.What version of Vanilla did you get working at lowendai.com?
Vanilla V3.3
@nwnuyhs
Thanks for your instructions! Very helpful!
Let's go through the steps you took one more time, please. Do you mean:
Thanks!
I hope everyone gets the servers they want!
Use free verson:https://www.aapanel.com/new/download.html
If you user CloudCone , I recommend you to connect to ssh to inastall
ssh soft : https://xshell.en.filerox.com/
PHP 7.4 mysql 5.7
URL Rewrite:
Try finding this line in Vanilla's /conf/config.php file. If it doesn't exist, add the line.
$Configuration['Garden']['RewriteUrls'] = true;
aapanel paste those code:
location / { try_files $uri @vanilla; } location @vanilla { fastcgi_param X_VANILLA 1; rewrite ^/(.+)$ /index.php?p=$1 last; }