aaaaaaah my stupidity to not give all details...
user root
pass web2py

user web2py
pass web2py (or linux :) )

this is done with help of susestudio.com and as such behind is always
opensuse 11.1 (except if i'm bored enough and use KIWI imaging system by
myself and create new image from scratch)
currently it is really BASIC
that means it only starts web2py on port 8000 and no apache no anything else

and monit could be added without a problem, just tell me what exactly you
want to have inside, and now answers to other questions...
- does it use mod_wsgi? if not can that be added?
in first iteration i wanted it to be as small as possible (130MB download i
hope i small :) ), will add apache and mod_wsgi
- could we have a web2py themed background?
YES :)
- would this run on EC2? If not, what would it take to to run there?
hm to be honest i do not know what exactly is behind EC2 system so if there
are some docs please forward them (links i mean)

and one quick hacking session of linux :)
in boot prompt (grub showing "Boot Options")  type:
init=/bin/sh
then type
passwd
(retype same :) )
then type
sync
and finaly type
exec /sbin/init

and that is it  "first lesson of hacking" when u lose your root password and
you have physical access to machine


web2py is started from init script which is located in /etc/init.d/ and is
called web2py
if you need to change some parameters please change them there. Default
password for web2py admin (which is not accessible anyway) is web2py.

On Wed, Apr 29, 2009 at 12:17 AM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
> would it also be possible to add monit?
>
> Massimo
>
> On Apr 28, 5:11 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> > This is fantastic and I have been looking for this in long time.
> > I have some questions:
> >
> > - what's the default username and password? I cannot login ;-(
> > - could you redo it with ubuntu instead of suse?
> > - does it use mod_wsgi? if not can that be added?
> > - could we have a web2py themed background?
> > - would this run on EC2? If not, what would it take to to run there?
> >
> > Massimo
> >
> > On Apr 28, 1:34 pm, Boris Manojlovic <boris.manojlo...@gmail.com>
> > wrote:
> >
> > > Hello,
> >
> > > I have created appliance that can be used for testing of web2py.
> > > Currently available images are based on  Version 1.61.4 (2009-04-21
> > > 10:02:50) of web2py
> >
> > > It will start web2py automatically on boot of virtual machine.
> >
> > > You can download images for writing on USB stick from URL bellow.
> http://bojanka.net/web2py/
> >
> > > Notes:
> > >   OEM image is meant to be written onto raw disk (USB stick) with dd,
> that
> > > means if you wanna use this image for qemu or similar virtualization
> > > technology (use vmx version for that) add space on the end of
> > >   OEM image with something like cat /dev/zero >>
> web2pyapp.i686-1.0.1.raw
> > > and space will be added automaticly to virtual machine filesystem.
> > >   VMX image can be loaded into any virtualization software that
> supports
> > > VMDK disk images, its size is ~370MB unpacked (sparse VMDK file that is
> 2GB
> > > big)
> >
> > > Boris
> > > --
> > > "Only two things are infinite, the universe and human stupidity, and
> I'm not
> > > sure about the former."-Albert Einstein
> >
>


-- 
"Only two things are infinite, the universe and human stupidity, and I'm not
sure about the former."-Albert Einstein

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to