Commit 1b036cdc7efe47f2d54e6f1ccbb1a6cf16de9eef
1 parent
70374933
Exists in
master
and in
28 other branches
script/quick-start-debian: Use default gitignore rules
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
script/quick-start-debian
... | ... | @@ -41,6 +41,9 @@ run rake noosfero:translations:compile |
41 | 41 | # create needed directory |
42 | 42 | mkdir -p tmp/pids |
43 | 43 | |
44 | +# use default gitignore rules | |
45 | +ln -s gitignore.example .gitignore | |
46 | + | |
44 | 47 | # you can now start the server |
45 | 48 | say "I: Congratulations, you are ready to run Noosfero." |
46 | 49 | say "I: To execute Noosfero in development mode, run \`/script/development\` and browse to http://localhost:3000" | ... | ... |