Commit f4a0edd07438a94c87dcbd1accac67eb323e7bdd
Committed by
Daniela Feitosa
1 parent
71a7f3cd
Exists in
master
and in
22 other branches
Instructions about how to install 'tango-icon-theme' on Debian Lenny
- Added missing step of how to create a development environment (thanks to Ronny Kursawe)
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
HACKING
... | ... | @@ -36,6 +36,8 @@ commands and make sure you understand what you are doing): |
36 | 36 | cd noosfero |
37 | 37 | # copy a sample config file |
38 | 38 | cp config/database.yml.sqlite3 config/database.yml |
39 | + # create tmp directory if it doesn't exist | |
40 | + mkdir tmp | |
39 | 41 | # create the development database |
40 | 42 | rake db:schema:load |
41 | 43 | # run pending migrations |
... | ... | @@ -59,8 +61,8 @@ another port than 3000, you can use the -p option of ./script/server: |
59 | 61 | |
60 | 62 | The above command makes the server available at http://localhost:9999/ |
61 | 63 | |
62 | -The sample-data data scripts creates one administrator user with login "ze" and | |
63 | -password "test". | |
64 | +The sample-data data scripts creates two administrator users with login "ze" and | |
65 | +password "test" and login "adminuser" and password "admin". | |
64 | 66 | |
65 | 67 | Note that some operations, like generating image thumbnails, sending e-mails, |
66 | 68 | etc, are done in background in the context of a service independent from the | ... | ... |
INSTALL
... | ... | @@ -43,6 +43,9 @@ case will need do install hicolor-icon-theme as well bacause tango-icon-theme |
43 | 43 | depends on it. After that you can try the command line above again, but |
44 | 44 | without "tango-icon-theme". |
45 | 45 | |
46 | +More Informations to install the tango-icon-theme on Debian Lenny: | |
47 | +* http://packages.debian.org/en/lenny/all/tango-icon-theme/download | |
48 | + | |
46 | 49 | If you manage to install Noosfero successfully on other systems than Debian, |
47 | 50 | please feel free to contact the Noosfero development mailing with the |
48 | 51 | instructions for doing so, and we'll include it here. | ... | ... |