Dear all,
i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive the first steps? BW, Volkert _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
I'd recommend:
http://www.piercms.com/doc eventually: http://www.rezarazavi.com/about/playground/ > On December 28, 2013 at 11:18 AM Volkert Barr [hidden email] wrote: > > > Dear all, > > i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but > have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive > the first steps? > > BW, > Volkert > > > > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Thank you. But what is missing is how do i launch Pier? The description found at http://www.piercms.com/download and the video tutorials
seems to be outdated and are not matching to the Pier distribution i downloaded. When running the image, Pier is not automatically started, so http:localhost:8080 does not work. So my question: What need i to do to launch Pier? Any hints? BW, Volkert On 28.12.2013, at 12:05, Reza Razavi <[hidden email]> wrote: > I'd recommend: > http://www.piercms.com/doc > > eventually: > http://www.rezarazavi.com/about/playground/ > > > On December 28, 2013 at 11:18 AM Volkert Barr <[hidden email]> wrote: > > > > > > Dear all, > > > > i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but > > have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive > > the first steps? > > > > BW, > > Volkert > > > > > > > > > > _______________________________________________ > > Magritte, Pier and Related Tools ... > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- www.nivoba.de "The more complex an object, the larger the investment in learning to use it, and the greater the resistance to abandon it." _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
In reply to this post by Volkert
PRDistribution class>>register
PRDesignChooserWidget>>renderContentOn: > On December 28, 2013 at 12:49 PM Volkert Barr [hidden email] wrote: > > > Thank you. But what is missing is how do i launch Pier? The description found at http://www.piercms.com/download and the video tutorials > seems to be outdated and are not matching to the Pier distribution i downloaded. When running the image, Pier is not automatically started, so http:localhost:8080 does not work. So my question: What need i to do to launch Pier? > > Any hints? > > BW, > Volkert > > On 28.12.2013, at 12:05, Reza Razavi [hidden email] wrote: > > > I'd recommend: > > http://www.piercms.com/doc > > > > eventually: > > http://www.rezarazavi.com/about/playground/ > > > > > On December 28, 2013 at 11:18 AM Volkert Barr [hidden email] wrote: > > > > > > > > > Dear all, > > > > > > i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but > > > have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive > > > the first steps? > > > > > > BW, > > > Volkert > > > > > > > > > > > > > > > _______________________________________________ > > > Magritte, Pier and Related Tools ... > > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > _______________________________________________ > > Magritte, Pier and Related Tools ... > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > -- > www.nivoba.de > > "The more complex an object, the larger the investment in learning to use it, and the greater the resistance to abandon it." > _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
both classes are not part of my pier distribution.
I would expect something like "PierServer start" (reading defaults from a config-file) or "PierServer startOn: 8080" to start the http-server (on port 8080) and the pier management components. can you give me some code snippets how do you start pier? BW, Volkert On 28.12.2013, at 14:03, Reza Razavi <[hidden email]> wrote: > PRDistribution class>>register > PRDesignChooserWidget>>renderContentOn: > > > On December 28, 2013 at 12:49 PM Volkert Barr <[hidden email]> wrote: > > > > > > Thank you. But what is missing is how do i launch Pier? The description found at http://www.piercms.com/download and the video tutorials > > seems to be outdated and are not matching to the Pier distribution i downloaded. When running the image, Pier is not automatically started, so http:localhost:8080 does not work. So my question: What need i to do to launch Pier? > > > > Any hints? > > > > BW, > > Volkert > > > > On 28.12.2013, at 12:05, Reza Razavi <[hidden email]> wrote: > > > > > I'd recommend: > > > http://www.piercms.com/doc > > > > > > eventually: > > > http://www.rezarazavi.com/about/playground/ > > > > > > > On December 28, 2013 at 11:18 AM Volkert Barr <[hidden email]> wrote: > > > > > > > > > > > > Dear all, > > > > > > > > i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but > > > > have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive > > > > the first steps? > > > > > > > > BW, > > > > Volkert > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Magritte, Pier and Related Tools ... > > > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > > _______________________________________________ > > > Magritte, Pier and Related Tools ... > > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > > > -- > > www.nivoba.de > > > > "The more complex an object, the larger the investment in learning to use it, and the greater the resistance to abandon it." > > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- www.nivoba.de "The more complex an object, the larger the investment in learning to use it, and the greater the resistance to abandon it." _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
In reply to this post by Volkert
You would need to load some Pier addons:
http://www.piercms.com/doc/add-ons You would specifically need " Pier-Kernel-Distributions". V2 addons are available at: MCHttpRepository location: 'http://source.lukas-renggli.ch/pier2addons' user: '' password: '' V3 addons are available at: MCHttpRepository location: 'http://source.lukas-renggli.ch/pier3addons' user: '' password: '' PierCMS V3 source is now available at: MCHttpRepository location: 'http://smalltalkhub.com/mc/Pier/Pier3/main' user: '' password: '' But, it looks like that V3 addons are not yet available http://smalltalkhub.com/#!/~Pier/Pier3/source. > On December 28, 2013 at 2:35 PM Volkert Barr [hidden email] wrote: > > > both classes are not part of my pier distribution. > > I would expect something like "PierServer start" (reading defaults from a config-file) or "PierServer startOn: 8080" to start > the http-server (on port 8080) and the pier management components. > > can you give me some code snippets how do you start pier? > > BW, > Volkert > > On 28.12.2013, at 14:03, Reza Razavi [hidden email] wrote: > > > PRDistribution class>>register > > PRDesignChooserWidget>>renderContentOn: > > > > > On December 28, 2013 at 12:49 PM Volkert Barr [hidden email] wrote: > > > > > > > > > Thank you. But what is missing is how do i launch Pier? The description found at http://www.piercms.com/download and the video tutorials > > > seems to be outdated and are not matching to the Pier distribution i downloaded. When running the image, Pier is not automatically started, so http:localhost:8080 does not work. So my question: What need i to do to launch Pier? > > > > > > Any hints? > > > > > > BW, > > > Volkert > > > > > > On 28.12.2013, at 12:05, Reza Razavi [hidden email] wrote: > > > > > > > I'd recommend: > > > > http://www.piercms.com/doc > > > > > > > > eventually: > > > > http://www.rezarazavi.com/about/playground/ > > > > > > > > > On December 28, 2013 at 11:18 AM Volkert Barr [hidden email] wrote: > > > > > > > > > > > > > > > Dear all, > > > > > > > > > > i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but > > > > > have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive > > > > > the first steps? > > > > > > > > > > BW, > > > > > Volkert > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Magritte, Pier and Related Tools ... > > > > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > > > _______________________________________________ > > > > Magritte, Pier and Related Tools ... > > > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > > > > > -- > > > www.nivoba.de > > > > > > "The more complex an object, the larger the investment in learning to use it, and the greater the resistance to abandon it." > > > > > _______________________________________________ > > Magritte, Pier and Related Tools ... > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > -- > www.nivoba.de > > "The more complex an object, the larger the investment in learning to use it, and the greater the resistance to abandon it." > _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
In reply to this post by Volkert
Volkert wrote:
>i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but >have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive >the first steps? I just checked, the latest Pier3 one-click from lukas’ ci just runs and is started by default on port 8080. Just open a web browser on localhost:8080 and you are in business. Stephan _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
On 02.01.2014, at 18:10, Stephan Eggermont <[hidden email]> wrote: > Volkert wrote: >> i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but >> have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive >> the first steps? > > I just checked, the latest Pier3 one-click from lukas’ ci just runs and is started by default on port 8080. > Just open a web browser on localhost:8080 and you are in business. > Yep. The Pier3 from Lukas works, but it based on Pharo 1.3. BW, Volkert _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
In reply to this post by Volkert
On Sat, Dec 28, 2013 at 11:18 AM, Volkert Barr <[hidden email]> wrote:
> > i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but > have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive > the first steps? I fixed the job: https://ci.inria.fr/pharo-contribution/job/Pier3/. When you launch an image built by this job, you can now immediately open Pier on http://localhost:8080/pier. I recommend using the image based on Pharo 2.0 and the #stable version. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
On 16.01.2014, at 10:35, Damien Cassou <[hidden email]> wrote: > On Sat, Dec 28, 2013 at 11:18 AM, Volkert Barr <[hidden email]> wrote: >> >> i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but >> have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive >> the first steps? > > > I fixed the job: https://ci.inria.fr/pharo-contribution/job/Pier3/. > > When you launch an image built by this job, you can now immediately > open Pier on http://localhost:8080/pier. I recommend using the image > based on Pharo 2.0 and the #stable version. Cool. Works. Thank you, Volkert _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |