[web2py] Solve the error when creating a self signed certificate on Ubuntu server?

2013-07-04 Thread ebseknib
Hi, The script https://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh running almost good, Just got error at the echo creating a self signed certificate openssl genrsa 1024 /etc/apache2/ssl/self_signed.key and it shows the error: -bash: /etc/apache2/ssl/self_signed.key:

[web2py] Got error when create SSL for VPS Ubuntu 12.04

2013-07-04 Thread ebseknib
Hi, The script https://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh running almost good, Just got error at the echo creating a self signed certificate openssl genrsa 1024 /etc/apache2/ssl/self_signed.key and it shows the error: -bash: /etc/apache2/ssl/self_signed.key:

[web2py] Got error when install on VPS ubuntu 12.04 LTS

2013-06-29 Thread ebseknib
Hi, I create my own VPS with ubuntu 12.04 LTS, and I used the following command to install web2py: $ wget http://code.google.com/p/web2py/source/browse/scripts/setup-web2py-ubuntu.sh $ chmod +x setup-web2py-ubuntu.sh $ ./setup-web2py-ubuntu.sh then, it shows the error message after that:

[web2py] Re: Got error when install on VPS ubuntu 12.04 LTS

2013-06-29 Thread ebseknib
Thanks, I did it successful. I'm stupid :p On Saturday, June 29, 2013 2:37:08 PM UTC+7, Massimo Di Pierro wrote: You downloaded the HTML not the raw file. Try: wget https://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh On Saturday, 29 June 2013 02:27:13 UTC-5, ebse...@gmail.com

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2013-06-29 Thread ebseknib
Hi scausten, I got the same error when install on my vps with ubuntu 12.04 LTS: ./setup-web2py-ubuntu.sh: line 5: syntax error near unexpected token `newline' ./setup-web2py-ubuntu.sh: line 5: `!DOCTYPE html' how did you solve them? Can you help me? Thanks for your help! On Thursday,

[web2py] How to install VPS to use web2py with MySQL phpMyAdmin

2013-06-29 Thread ebseknib
Hi, I'm new to web2py, I've just gotten a VPS running on Ubuntu 12.04 LTS. I want to use web2py with MySQL, and admin my database with phpmyadmin. I saw the scripts https://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh, but it install the postgresql. I tried to combine those