Re: Development and deployment wit Git

2009-09-14 Thread Tiago Serafim
I recommend http://repositoryhosting.com/ . I needed the support a couple of
times and they were *very* responsive. The service is great and the price is
very fair.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Development and deployment wit Git

2009-09-14 Thread Adam N

Orschiro,

You should definitely use a service like GitHub.com unless you have a
good reason not to.

They have all the rough edges worked out and you get a great web
interface for everything.  In addition, sharing becomes much easier if
you're working with other GitHub projects.  If/When you ever want to
leave them, you can just take your repository and move to your own
server, or elsewhere.

-Adam

On Sep 13, 12:55 pm, orschiro  wrote:
> Hello guys,
>
> I'm a single developer but since a VCS like Git has some really nice
> features, like the history, I want to use it for my webprojects I'm
> building up with Django.
>
> But there are still some points I don't understand.
>
> How do I have to set up Git?
>
> Where do I start the repository - on my local machine or on the
> server?
>
> I think it makes sense to have it on the local machine as I'm
> developing only for myself, but how do I get the project with its
> changes on my server?
>
> Very confusing. Thank you in advance. :)
>
> orschiro
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Development and deployment wit Git

2009-09-13 Thread Sam Lai

2009/9/14 mr.tinn :
> fyi http://delicious.com/tag/git+tutorial
> have fun

Once you have read the tutorial, I started my repo on the server, then
git cloned it locally. When I finish doing any work locally, I git
push it back up to the server. The reason I started it on the server
first was because I'm behind a NAT so I don't have an external IP for
my dev machine. Can be done either way though.

>
> On Sun, Sep 13, 2009 at 11:55 PM, orschiro  wrote:
>>
>> Hello guys,
>>
>> I'm a single developer but since a VCS like Git has some really nice
>> features, like the history, I want to use it for my webprojects I'm
>> building up with Django.
>>
>> But there are still some points I don't understand.
>>
>> How do I have to set up Git?
>>
>> Where do I start the repository - on my local machine or on the
>> server?
>>
>> I think it makes sense to have it on the local machine as I'm
>> developing only for myself, but how do I get the project with its
>> changes on my server?
>>
>> Very confusing. Thank you in advance. :)
>>
>> orschiro
>>
>>
>>
>>
>>
>>
>>
>
>
>
> --
> This e-mail encoding with UTF-8
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Development and deployment wit Git

2009-09-13 Thread mr.tinn
fyi http://delicious.com/tag/git+tutorial
have fun


On Sun, Sep 13, 2009 at 11:55 PM, orschiro  wrote:

>
> Hello guys,
>
> I'm a single developer but since a VCS like Git has some really nice
> features, like the history, I want to use it for my webprojects I'm
> building up with Django.
>
> But there are still some points I don't understand.
>
> How do I have to set up Git?
>
> Where do I start the repository - on my local machine or on the
> server?
>
> I think it makes sense to have it on the local machine as I'm
> developing only for myself, but how do I get the project with its
> changes on my server?
>
> Very confusing. Thank you in advance. :)
>
> orschiro
>
>
>
>
>
>
> >
>


-- 
This e-mail encoding with UTF-8

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---