| Author |
Post |
|
|
#1 Thu Oct 18, 2007 5:53 pm
|
|
Member
Registered: Oct 2007
Posts: 1
|
I have to produce a "snapshot" of existing site that is based on UseBB. Snapshots need to be put to CD (or DVD, didn't decide yet) so that webserver and UseBB run directly off CD. Webserver with UseBB and database server should run off CD automatically once CDROM is inserted into tray (of course if autorun is not disabled) on Win and MacOS. It seems this special web server can be used for this: http://www.stunnix.com/prod/aws/overviews.shtmlHas anybody tried to do something like that with UseBB?
|
|
|
#2 Thu Oct 18, 2007 10:29 pm
|
|
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
|
Nope. But, if the CD contained everything UseBB needed to run ( Apache, PHP, MySQL ) then there shouldn't be any problems. Just sounds like a localhost webserver on a CD.
|
|
|
#3 Sun Oct 21, 2007 2:08 pm
|
|
Member
Registered: Apr 2006
Posts: 54
Location: Athens, Greece
|
Impossible. Even if the CD contains all the server software UseBB wants, how are you going to update the database inside the media? UseBB needs to constantly read/write/modify/delete things from the database. A CD-ROM can't do this stuff, it's not rewritable. Even if you use a CD-RW, you will need to incorporate a CD burning mechanism... with PHP! 
|
|
|
#4 Sun Oct 21, 2007 2:28 pm
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
Perhaps the software being linked to here loads the database inside the memory where it can be altered until the whole thing is restarted... same system as a Linux live CD.
|
|
|
#5 Sun Oct 28, 2007 4:17 pm
|
|
Member
Registered: Apr 2006
Posts: 54
Location: Athens, Greece
|
Correct, but how can he run a working forum if the alterations are not permanent?
Maybe this is good for testing UseBB only.
|