Android Question VPS query

Haplo

New Member
Licensed User
Longtime User
If i purchase a VPS :-
http://www.weloveservers.net/

Operating System: Centos 6 32 bit. (various you can choose).

How difficult will it be to set up remote database, and get RDC running on it. ?
Java?

noob here, so no clue

I've read a lot of the site, and there doesn't appear to be guides on how to set up remote databases, for use with B4A. (for noobs !)

Basically, all i want to do, is get a remote server running, so that i can play around with a database design.
 

giga

Well-Known Member
Licensed User
Longtime User
Last edited:
Upvote 0

warwound

Expert
Licensed User
Longtime User
I've helped a couple of forum members set up RDC on VPSs from WeLoveSevers.
Each time i used 64 bit Ubuntu 12.04 as the operating system as i only have skills with Ubuntu.
It's pretty straightforward to do.

If you can use Ubuntu as the operating system then i'm happy to help you get it all working.
The great thing about these VPSs is you can quickly and easily set up so many things.
As well as installing java and the b4a RDC server you can:

Install Apache, PHP and MySQL and have a fully featured webserver.
You can install PostgreSQL and now you can use MySQL or PostgreSQL databases.
Install an FTP server too - always handy to be able to access your VPS using FTP.

Martin.
 
Upvote 0

Haplo

New Member
Licensed User
Longtime User
Many thanks for the info.

I will read up some more, and go with what you recommend Martin. Thanks for the offer.

Once i've got a test database up and running, i, hopefully, will learn more.
 
Upvote 0

warwound

Expert
Licensed User
Longtime User
Here's a few links you might find useful.


All these tasks must be done using an SSH client.
If you use Windows then i'd recommend MobaXterm as an SSH client.

64 bit Ubuntu 12.04 is i think the best choice of operating system, it's widely used and if/when you need help you'll find Google has plenty of help available for 12.04.

Martin.
 
Upvote 0

Harris

Expert
Licensed User
Longtime User
Martin helped me with my VPS (2 of them actually - from weloveservers) and they work great!
It is amazing how fast they are. RDC works wonders.

Get it and you won't regret it...
 
Upvote 0

achtrade

Active Member
Licensed User
Longtime User
Martin helped me with my VPS (2 of them actually - from weloveservers) and they work great!
It is amazing how fast they are. RDC works wonders.

Get it and you won't regret it...
could you please share how you do it ?, I just got a vps with bluhost and I don't know where to start. They use centos too
 
Upvote 0

achtrade

Active Member
Licensed User
Longtime User
I'm getting this error when I try to run the java
 

Attachments

  • error-rdc.jpg
    error-rdc.jpg
    70 KB · Views: 194
Upvote 0

johndb

Active Member
Licensed User
Longtime User
could you please share how you do it ?, I just got a vps with bluhost and I don't know where to start. They use centos too
I now have a VPS (Debian) with my local ISP. I should also state that I'm also a Linux noob.
The purpose of having the VSP is to install B4J server applications. Does anyone have a tutorial how to set up a VPS for B4J (mysql, java,...)?

Thanks in advance,

John
 
Upvote 0
Top