Commit 1b036cdc7efe47f2d54e6f1ccbb1a6cf16de9eef

Authored by Antonio Terceiro
1 parent 70374933

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,6 +41,9 @@ run rake noosfero:translations:compile
41 # create needed directory 41 # create needed directory
42 mkdir -p tmp/pids 42 mkdir -p tmp/pids
43 43
  44 +# use default gitignore rules
  45 +ln -s gitignore.example .gitignore
  46 +
44 # you can now start the server 47 # you can now start the server
45 say "I: Congratulations, you are ready to run Noosfero." 48 say "I: Congratulations, you are ready to run Noosfero."
46 say "I: To execute Noosfero in development mode, run \`/script/development\` and browse to http://localhost:3000" 49 say "I: To execute Noosfero in development mode, run \`/script/development\` and browse to http://localhost:3000"