Page 1 of 1
Local and remote deployment
Posted: Mon Mar 09, 2009 2:47 pm
by MrPotatoes
One of the reasons I am not using wordpress is because it's almost impossible to have a remote install that is just like your remote. I couldn't login to chance my database locally and then just upload those changes to the remote and so on and so forth. Just a horrid mess in my opinon. I gave it about 1 day to figure it out and came up with very little. Too much work and very little in return.
I hope that this won't be the issue with Serendipity (i like the blog so far right now).
I have a local install
http://localhost/serendipity where I do all my editing and development. Themes, plugins what-have-you. I will have a remote install at
http://journal.example.com.
How can I do this with little to no effort?
Thank you

Re: Local and remote deployment
Posted: Mon Mar 09, 2009 3:48 pm
by garvinhicking
Hi!
Well, if you use that kind of installation, you always need to upload your locally modified files to the remote host. Depending on what you exactly want to do, you might even need to upload database changes to your new host. I'm not sure what exactly you want to do.
Developing templates and plugins can be done easily with a local installation, because you only need to upload the plugin and template files to your new host. But then again, this should also apply for WordPress.
Regards,
Garvin
Re: Local and remote deployment
Posted: Mon Mar 09, 2009 4:20 pm
by MrPotatoes
I actually think that this is what I wanted:
http://www.s9y.org/198.html
I've been screwing with Java and Eclipse right now so I haven't had the chance to try to deploy local->remote yet. After lunch. I might have some how-tos if i get this to work

Re: Local and remote deployment
Posted: Mon Mar 09, 2009 7:45 pm
by MrPotatoes
Odd stuff. I installed the software on both servers (Remote && Local) and only the local server I can install the serendipity_exits table.
Mysql on my remote is version: 5.0.32
Mysql on my local is version: 5.0.41
I'm not sure what this table is for or why it's not creating. There are no docs on the datbase that I can see.
Thank you,
Taters
Re: Local and remote deployment
Posted: Tue Mar 10, 2009 9:41 am
by garvinhicking
Hi!
What happens when you try to create the serendipity_exits table? If it's not created, SQL must report an error...?!
Regards,
Garvin