Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
Backup or How to move from local to web?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Backup or How to move from local to web? (Read 19885 times)
Xyrk0
Newbie
Posts: 4
Backup or How to move from local to web?
«
on:
February 22, 2007, 14:13:34 »
Hi all.
I am new and have a little question. If i install elxis in wamp on my local comp. I made all translation and customization. Now i want to tranfer this to my webhosting. How can i do it? Because i dont want to do all translations and customizations again.
It is possible to make full backup XML and SQL too. Than install elxis on web. Go to phpmyadmin on web and delete all tables and import sql code from backupfile? But what about XML backup file how import this file to the web? It is some tool like backup which make not only backup but also restore from backup?
Thanks for your answer.
Logged
eliasan
Hero Member
Posts: 897
Re: Backup or How to move from local to web?
«
Reply #1 on:
February 22, 2007, 23:08:30 »
Hi Xyrk0,
Transfer of an Elxis installation can be done in 4 steps.
1) Copy all files from local to target.
2) Get an sql dump of the database using phpMyAdmin.
3) Edit the .sql file and modify all occurencies of local URLs to ones that reflect to the new URLs (e.g.
http://localhost/elxis
is converted to
http://www.live-elxis.com
).
4) Modify configuration.php to reflect changes to paths and URL.
That's all that is needed.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
Backup or How to move from local to web?