<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Quickstart</title><link>https://sourceforge.net/p/codeaster/wiki/Quickstart/</link><description>Recent changes to Quickstart</description><atom:link href="https://sourceforge.net/p/codeaster/wiki/Quickstart/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Aug 2020 07:38:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codeaster/wiki/Quickstart/feed" rel="self" type="application/rss+xml"/><item><title>Quickstart modified by codeaster</title><link>https://sourceforge.net/p/codeaster/wiki/Quickstart/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -34,7 +34,7 @@

 ### Add this version in `asrun/asterstudy` ###

-See the paragraph in the [Tutorial](Tutorial/#add-this-development-version-in-astk)
+See the paragraph in the [Tutorial](Tutorial/#add-this-development-version-in-astkas_run)


 ### Read the [FAQ](Faq) ###
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codeaster</dc:creator><pubDate>Tue, 25 Aug 2020 07:38:25 -0000</pubDate><guid>https://sourceforge.netcb036c1fc6af106b417ea45b836d96a854b02501</guid></item><item><title>Quickstart modified by codeaster</title><link>https://sourceforge.net/p/codeaster/wiki/Quickstart/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -34,7 +34,7 @@

 ### Add this version in `asrun/asterstudy` ###

-See the paragraph in the [Tutorial](Tutorial#markdown-header-add-this-development-version-in-astk)
+See the paragraph in the [Tutorial](Tutorial/#add-this-development-version-in-astk)


 ### Read the [FAQ](Faq) ###
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codeaster</dc:creator><pubDate>Tue, 25 Aug 2020 07:37:53 -0000</pubDate><guid>https://sourceforge.net59642e2566fa3917e7bdbc061b6709a61f1c6c97</guid></item><item><title>Quickstart modified by codeaster</title><link>https://sourceforge.net/p/codeaster/wiki/Quickstart/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -16,8 +16,8 @@
 ```
 #!bash
 mkdir -p $HOME/dev/codeaster &amp;amp;&amp;amp; cd $HOME/dev/codeaster
-hg clone https://bitbucket.org/code_aster/codeaster-devtools devtools
-hg clone https://bitbucket.org/code_aster/codeaster-src src
+hg clone http://hg.code.sf.net/p/codeaster/devtools devtools
+hg clone http://hg.code.sf.net/p/codeaster/src src
 ```

 ### Configuration of the source repository ###
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codeaster</dc:creator><pubDate>Tue, 25 Aug 2020 07:13:58 -0000</pubDate><guid>https://sourceforge.net4fb5b089f4b3bca2ab2975a299edda62115c5737</guid></item><item><title>Quickstart modified by codeaster</title><link>https://sourceforge.net/p/codeaster/wiki/Quickstart/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,17 +1,18 @@
 ### Configure Mercurial ###

-Download the [hgrc_template](https://bitbucket.org/code_aster/codeaster-devtools/raw/tip/etc/hgrc_template)
+Download the [hgrc_template](https://sourceforge.net/p/codeaster/devtools/ci/default/tree/etc/hgrc_template)
 file, copy it to `~/.hgrc`, and edit the `[ui]` section to set your name and email address.
+

 ```
 #!bash
-wget https://bitbucket.org/code_aster/codeaster-devtools/raw/tip/etc/hgrc_template -O ~/.hgrc
+wget https://sourceforge.net/p/codeaster/devtools/ci/default/tree/etc/hgrc_template -O ~/.hgrc
 # change the field username in the [ui] section
 gedit ~/.hgrc
 ```

 ### Clone the repositories ###
-   
+
 ```
 #!bash
 mkdir -p $HOME/dev/codeaster &amp;amp;&amp;amp; cd $HOME/dev/codeaster
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codeaster</dc:creator><pubDate>Tue, 25 Aug 2020 07:06:36 -0000</pubDate><guid>https://sourceforge.net15c177fb7e97855b52eeeb7ea51ab044e0aa7afb</guid></item><item><title>Quickstart modified by codeaster</title><link>https://sourceforge.net/p/codeaster/wiki/Quickstart/</link><description>&lt;div class="markdown_content"&gt;&lt;h3 id="configure-mercurial"&gt;Configure Mercurial&lt;/h3&gt;
&lt;p&gt;Download the &lt;a class="" href="https://bitbucket.org/code_aster/codeaster-devtools/raw/tip/etc/hgrc_template" rel="nofollow"&gt;hgrc_template&lt;/a&gt;&lt;br/&gt;
file, copy it to &lt;code&gt;~/.hgrc&lt;/code&gt;, and edit the &lt;code&gt;[ui]&lt;/code&gt; section to set your name and email address.&lt;/p&gt;
&lt;table class="codehilitetable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="linenos"&gt;&lt;div class="linenodiv"&gt;&lt;pre&gt;1
2
3&lt;/pre&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="code"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;wget https://bitbucket.org/code_aster/codeaster-devtools/raw/tip/etc/hgrc_template -O ~/.hgrc
&lt;span class="c1"&gt;# change the field username in the [ui] section&lt;/span&gt;
gedit ~/.hgrc
&lt;/pre&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;h3 id="clone-the-repositories"&gt;Clone the repositories&lt;/h3&gt;
&lt;table class="codehilitetable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="linenos"&gt;&lt;div class="linenodiv"&gt;&lt;pre&gt;1
2
3&lt;/pre&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="code"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;mkdir -p &lt;span class="nv"&gt;$HOME&lt;/span&gt;/dev/codeaster &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nb"&gt;cd&lt;/span&gt; &lt;span class="nv"&gt;$HOME&lt;/span&gt;/dev/codeaster
hg clone https://bitbucket.org/code_aster/codeaster-devtools devtools
hg clone https://bitbucket.org/code_aster/codeaster-src src
&lt;/pre&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;h3 id="configuration-of-the-source-repository"&gt;Configuration of the source repository&lt;/h3&gt;
&lt;table class="codehilitetable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="linenos"&gt;&lt;div class="linenodiv"&gt;&lt;pre&gt;1&lt;/pre&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="code"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="nv"&gt;$HOME&lt;/span&gt;/dev/codeaster/devtools/bin/install_env --internet
&lt;/pre&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;h3 id="build-code_aster"&gt;Build code_aster&lt;/h3&gt;
&lt;p&gt;See &lt;a class="" href="../BuildCodeAster"&gt;Build code_aster using waf&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id="add-this-version-in-asrunasterstudy"&gt;Add this version in &lt;code&gt;asrun/asterstudy&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;See the paragraph in the &lt;a class="" href="../Tutorial#markdown-header-add-this-development-version-in-astk"&gt;Tutorial&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="read-the-faq"&gt;Read the &lt;a class="" href="../Faq"&gt;FAQ&lt;/a&gt;&lt;/h3&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codeaster</dc:creator><pubDate>Tue, 25 Aug 2020 07:03:51 -0000</pubDate><guid>https://sourceforge.net306a556c01544906601569ec591131b6b2100e5a</guid></item></channel></rss>