Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by ixti ( 16 years ago )
ixti@s300:/tmp$ mkdir im-gonna-prove-it-to-the-world
ixti@s300:/tmp$ cd im-gonna-prove-it-to-the-world/
ixti@s300:/tmp/im-gonna-prove-it-to-the-world$ wget http://rubyforge.org/frs/download.php/73457/redmine-1.0.4.tar.gz
--2010-12-18 20:45:12--  http://rubyforge.org/frs/download.php/73457/redmine-1.0.4.tar.gz
Resolving rubyforge.org... 205.234.109.19
Connecting to rubyforge.org|205.234.109.19|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://files.rubyforge.vm.bytemark.co.uk/redmine/redmine-1.0.4.tar.gz [following]
--2010-12-18 20:45:13--  http://files.rubyforge.vm.bytemark.co.uk/redmine/redmine-1.0.4.tar.gz
Resolving files.rubyforge.vm.bytemark.co.uk... 80.68.94.54
Connecting to files.rubyforge.vm.bytemark.co.uk|80.68.94.54|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4768883 (4.5M) [application/x-gzip]
Saving to: “redmine-1.0.4.tar.gz”

100%[==========================================================================================================================================================================>] 4,768,883    351K/s   in 14s     

2010-12-18 20:45:27 (328 KB/s) - “redmine-1.0.4.tar.gz” saved [4768883/4768883]

ixti@s300:/tmp/im-gonna-prove-it-to-the-world$ tar xzf redmine-1.0.4.tar.gz 
ixti@s300:/tmp/im-gonna-prove-it-to-the-world$ cd redmine-1.0.4/
ixti@s300:/tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4$ cat > config/database.yml
development:
  adapter: sqlite3
  database: db/development.sqlite3
ixti@s300:/tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4$ rake db:migrate
(in /tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4)
==  Setup: migrating ==========================================================
-- create_table("attachments", {:force=>true})
   -> 0.0153s
-- create_table("auth_sources", {:force=>true})
   -> 0.0021s

...

==  EnableCalendarAndGanttModulesWhereAppropriate: migrating ==================
==  EnableCalendarAndGanttModulesWhereAppropriate: migrated (0.0052s) =========

ixti@s300:/tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4$ rake generate_session_store
(in /tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4)
ixti@s300:/tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4$ rake redmine:load_default_data
(in /tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4)

Select language: bg, bs, ca, cs, da, de, el, en, en-GB, es, eu, fi, fr, gl, he, hr, hu, id, it, ja, ko, lt, lv, mk, mn, nl, no, pl, pt, pt-BR, ro, ru, sk, sl, sr, sr-YU, sv, th, tr, uk, vi, zh, zh-TW [en] 
====================================
Default configuration data loaded.
ixti@s300:/tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4$ ./script/plugin install git://github.com/collectiveidea/action_mailer_optional_tls.git
Initialized empty Git repository in /tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4/vendor/plugins/action_mailer_optional_tls/.git/
remote: Counting objects: 14, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 2), reused 10 (delta 2)
Unpacking objects: 100% (14/14), done.
From git://github.com/collectiveidea/action_mailer_optional_tls
 * branch            HEAD       -> FETCH_HEAD
ixti@s300:/tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4$ rake db:migrate:all
(in /tmp/im-gonna-prove-it-to-the-world/redmine-1.0.4)

 

Revise this Paste

Your Name: Code Language: