~joaopinto/apt-portal/pre-modules

« back to all changes in this revision

Viewing changes to applications/getdeb/views/how_to_install.html

  • Committer: Joao Pinto
  • Date: 2009-06-13 22:45:41 UTC
  • Revision ID: joao.pinto@getdeb.net-20090613224541-g1fpmbb9e9jg5u10
Initial commit for the cherrypy version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
                        <!-- start how_to_install -->
2
 
                        <div id="how_to_install" class="info">
3
 
                                <div class="info_header"><h2><a href="#how_to_install">How to Install Apps from GetDeb</a></h2></div>
4
 
                                <div class="info_content">
5
 
                                        <p class="light">Use the following instructions:</p>
6
 
                                        <ol>
7
 
                                                <li>
8
 
                                                        <p>Install the <a href="http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb">getdeb</a> package.</p>
9
 
                                                </li>                                                   
10
 
                                                <li><p>Or configure the repository manually:</p>                                                                
11
 
                                                                <p>Go to System-Administration-Software Sources, Third-Party Software tab, Add:</p>
12
 
                                                                <code>deb http://archive.getdeb.net/ubuntu karmic-getdeb apps</code>
13
 
                                                                <p>Add the repository GPG key, open a terminal window and type:</p>
14
 
                                                                <code>wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -</code>
15
 
                                                </li>
16
 
                                                <li>
17
 
                                                        <p>Click the "Install this now" button below the screenshot of the desired application.</p>
18
 
                                                </li>                                                                                                   
19
 
                                        </ol>
20
 
                                        <p class="hide_text"><a href="#" id="hide_install">hide this from showing in the future</a></p>
21
 
                                </div>
22
 
                                <div class="info_footer"></div>
23
 
                        </div>
24
 
                        <!-- end how_to_install -->