Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 6 matches
- Thu Oct 17, 2013 9:35 am
- Forum: Debian/Ubuntu
- Topic: Ubuntu Installer
- Replies: 10
- Views: 18051
Re: Ubuntu Installer
Indeed. My thanks for pointing out where I could check out Steve's work for Vesta. His guide for this is very short, very easy to understand, which is important if you want to get the server up and running quickly.
Glad it was useful for someone. There's some other stuff you should take note of ...
- Wed Oct 16, 2013 12:48 pm
- Forum: Debian/Ubuntu
- Topic: apt-get upgrade for Vesta not functioning
- Replies: 10
- Views: 24741
Re: apt-get upgrade for Vesta not functioning
Thanks man! Wonderful work.
- Wed Oct 16, 2013 3:55 am
- Forum: Debian/Ubuntu
- Topic: apt-get upgrade for Vesta not functioning
- Replies: 10
- Views: 24741
Re: apt-get upgrade for Vesta not functioning
Hi just an update,
When I updated the repository to use
echo "deb http://apt.vestacp.com/precise/ precise vesta" > /etc/apt/sources.list.d/vesta.list
It works. Perhaps the apt repository for raring is not set up properly?
Reading package lists... Done
Package: vesta
Source: vesta
Version: 0 ...
When I updated the repository to use
echo "deb http://apt.vestacp.com/precise/ precise vesta" > /etc/apt/sources.list.d/vesta.list
It works. Perhaps the apt repository for raring is not set up properly?
Reading package lists... Done
Package: vesta
Source: vesta
Version: 0 ...
- Wed Oct 16, 2013 2:13 am
- Forum: Debian/Ubuntu
- Topic: apt-get upgrade for Vesta not functioning
- Replies: 10
- Views: 24741
Re: apt-get upgrade for Vesta not functioning
Hi Steve,
try this
sed -i "/vesacp/d" /etc/apt/sources.list
echo "deb http://apt.vestacp.com/raring/ raring vesta" > /etc/apt/sources.list.d/vesta.list
apt-get update
apt-get install vesta
Hi, already did that before.
Here's the output of apt-get update && apt-cache show vesta
root@host00 ...
try this
sed -i "/vesacp/d" /etc/apt/sources.list
echo "deb http://apt.vestacp.com/raring/ raring vesta" > /etc/apt/sources.list.d/vesta.list
apt-get update
apt-get install vesta
Hi, already did that before.
Here's the output of apt-get update && apt-cache show vesta
root@host00 ...
- Tue Oct 15, 2013 7:32 pm
- Forum: Debian/Ubuntu
- Topic: apt-get upgrade for Vesta not functioning
- Replies: 10
- Views: 24741
apt-get upgrade for Vesta not functioning
Hello, has anyone managed to update their Vesta using apt-get?
I can't seem to get it to work. Currently using 0.9.8-4 on a Ubuntu 13.04 x64 server and trying to update it to 0.9.8-5.
I can't seem to get it to work. Currently using 0.9.8-4 on a Ubuntu 13.04 x64 server and trying to update it to 0.9.8-5.
- Tue Oct 15, 2013 7:17 pm
- Forum: Debian/Ubuntu
- Topic: Ubuntu Installer
- Replies: 10
- Views: 18051
Re: Ubuntu Installer
Ah, my thanks, friend Graham. :)
All credit to Steve Tan :-)
Indeed. My thanks for pointing out where I could check out Steve's work for Vesta. His guide for this is very short, very easy to understand, which is important if you want to get the server up and running quickly.
Glad it was ...