Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban A. Maringolo
I'll try to replicate the WebDAV part with nginx, I guess it will be easy if not easier. I was thinking of a local directory rsync'ed frequently. I'll take a look into the builder to see if I can implement it in my own VPS. I haven't created my Metacello configuration yet (shame on me...) Regards

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Hilaire Fernandes
Le 02/01/2014 12:25, Norbert Hartl a écrit : >> >> I use filetree and bitbucket for my private projects, and I use also >> metacello to build with them. > > I still didn’t find the time to look into filetree. It is yet another > thing to learn. Can you commit to bitbucket from within pharo? And I

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Benjamin
Smalltalkhub private project or bitbucket And I deployed my own Jenkins. It’s as complicated as `sudo apt-get install jenkins` Ben On 01 Jan 2014, at 19:26, Esteban A. Maringolo wrote: > Pharo as a community has support to use its CI server, among other > goodies such as SmalltalkHub. > > B

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban Lorenzano
On 02 Jan 2014, at 13:42, Norbert Hartl wrote: > > Am 02.01.2014 um 13:22 schrieb Esteban Lorenzano : > >> >> On 02 Jan 2014, at 12:25, Norbert Hartl wrote: >> >>> >>> Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : >>> On 02 Jan 2014, at 11:49, Norbert Hartl wrote: >

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Norbert Hartl
Am 02.01.2014 um 13:22 schrieb Esteban Lorenzano : > > On 02 Jan 2014, at 12:25, Norbert Hartl wrote: > >> >> Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : >> >>> >>> On 02 Jan 2014, at 11:49, Norbert Hartl wrote: >>> Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : >

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban Lorenzano
On 02 Jan 2014, at 12:25, Norbert Hartl wrote: > > Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : > >> >> On 02 Jan 2014, at 11:49, Norbert Hartl wrote: >> >>> >>> Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : >>> Pharo as a community has support to use its CI server, amo

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Norbert Hartl
Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : > > On 02 Jan 2014, at 11:49, Norbert Hartl wrote: > >> >> Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : >> >>> Pharo as a community has support to use its CI server, among other >>> goodies such as SmalltalkHub. >>> >>> But what if

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban Lorenzano
On 02 Jan 2014, at 11:49, Norbert Hartl wrote: > > Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : > >> Pharo as a community has support to use its CI server, among other >> goodies such as SmalltalkHub. >> >> But what if your code is not public and you want to have a central >> reposit

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Norbert Hartl
Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : > Pharo as a community has support to use its CI server, among other > goodies such as SmalltalkHub. > > But what if your code is not public and you want to have a central > repository and continuous builds? > > Has anybody ever wrote a guid

Re: [Pharo-users] Pharo private develoment

2014-01-01 Thread Stéphane Ducasse
On 01 Jan 2014, at 19:26, Esteban A. Maringolo wrote: > Pharo as a community has support to use its CI server, among other > goodies such as SmalltalkHub. > > But what if your code is not public and you want to have a central > repository and continuous builds? You have private projects in Sma