Thanks Jason for providing the useful inputs, I have to use ubuntu machine
as a server so will not be used for development purpose, will develop
web2py application in other PC and simply deploy that application into
ubuntu machine, my application will use MySql database and default web
server which will be provided by web2py framework.I didn't understand why
do I need to install apache web server and postgresql as my application
will not use these two(as i mentioned above my app will use MySql and
web2py web server). Please add some points on my doubt.

Regards,
Piks

On Thu, Jun 14, 2012 at 4:59 PM, Jason (spot) Brower <encomp...@gmail.com>wrote:

> You can run the script on your system by typing python web2py.py but I
> assume you know this.
>
> To install it permanently there is a script just for this.
> It does the following:
> * Installs any required features that you would need to run web2py.
> * Setups apache for you with access to https:// for your admin interface.
> * Install postgresql for you if you need a database.
> And many other things you can see when your looking at the scripts code.
> You can running it like this from your web2py directory...
> cd scripts
> ./setup-web2py-ubuntu.sh
> And have fun!
> You can see what it runs, which is most likely what we would tell you in
> email by typing this...
> cd scripts
> gedit setup-web2py-ubuntu.sh
> BR,
> Jason Brower
>
>
> On Thu, Jun 14, 2012 at 1:41 PM, Amit <amit.khaw...@gmail.com> wrote:
>
>> I am new bee in web2py development so can anyone share me whole procedure
>> of how to install web2py in ubuntu machine? And how to run web2py
>> application in ubuntu machine?
>>
>> Please share me the procedure in details.
>>
>> Thanks in advance.
>>
>
>

Reply via email to