Does anyone have a 4.7 demo or sandbox site up somewhere? (I'd love to have a look before updating my 4.6, but my shared host requires an upgrade fee to add another mySQL database.)

Comments

beliy1’s picture

You can use databse prefix to create more tables in your existing database. So, two (or more) drupal installations can use the same mysql database.

This is documented here:

http://drupal.org/node/2622

saivert’s picture

I'm always running the latest versjon of Drupal here:
http://lll.servecounterstrike.com:380

My ISP blocks incoming connections on port 80 so I can't host it clean. but using an alternative port works just as fine (just looks more ugly). Your firewall may block outgoing connections on port 380 (and any other non standard ports if you run your firewall in paranoia mode) so be sure this is open.

Working Drupal installation: http://saivert.no-ip.com:380 | Personal homepage: http://saivertweb.no-ip.com | Photo album: http://pictures.no-ip.com

Heine’s picture

You can also run a drupal site locally. To enable this you need to install MySQL, Apache and PHP. The easiest is to install a package (e.g. XAMPP) and run the servers only when testing.

--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

Zen’s picture

And you can also see a version of drupal.org running the current (yesterday's afaik) CVS version of Drupal. But it is not a demo site per sé.

hth :)
-K

jakeg’s picture

since when has that been there?! Drupal.org search that works ;)

Zen’s picture

It was updated yesterday - I'm not sure if the domain existed before then.

-K

ToddZ-1’s picture

(I replied last night but somehow the post didn't go through or something. It was something like:)

I didn't know about scratch.drupal.org. Looks good!

I may try the XAMPP install, but my home system is pretty heavily loaded already.

Running a separate install off the same DB, instead of doing an upgrade, sounds like a slick way to go. Nice tip!