I'm new to Umbraco. I was given the task of recreating an existing umbraco (4.0) site locally (on my own windows xp pc, using IIS and Microsoft SQL Server). The existing site was developed by some 3rd party that is no longer cooperative. My questions are:
1. In Umbraco, what gets stored in the database and what on the file system?
2. Specifically for images, are they stored in the database or on the file system?
Also don't forget to set the right permissions on the folders, i am ususally a bit lazy on my dev machine and set full rights to everyone on the root folder of my application ;) (Baaaaaaaaaaaaad)
Recreating an existing Umbraco site locally
Hi,
I'm new to Umbraco. I was given the task of recreating an existing umbraco (4.0) site locally (on my own windows xp pc, using IIS and Microsoft SQL Server). The existing site was developed by some 3rd party that is no longer cooperative. My questions are:
1. In Umbraco, what gets stored in the database and what on the file system?
2. Specifically for images, are they stored in the database or on the file system?
Thanks,
Udi
Hi Udi,
Process of recreating on your local machine is quite simple:
Additionally, you may want to republish the complete site so the umbraco.config (holding all published content) gets recreated.
Feel free to ask more questions if stull unclear.
Cheers,
/Dirk
Umbraco stores information in both the database and the filesystem. You need both.
The simple approach for moving a site is:
1. backup the database and zip the website files from the server.
2. Copy to your local machine.
3. Create a new iis website and unzip the files.
4. Restore the database backup to your local database server
5. update the web.config file's database connection string for your local database
That's it.
cheers,
doug.
Also don't forget to set the right permissions on the folders, i am ususally a bit lazy on my dev machine and set full rights to everyone on the root folder of my application ;) (Baaaaaaaaaaaaad)
Excellent, thanks for your prompt and informational replies.
Oh and make sure Ajax.Net is installed.
is working on a reply...