Commit e54109c995ac70d80faf20748e0c2b9799385673

Authored by Antonio Terceiro
1 parent 27426bbc

Create directory needed in a bootstraped setup

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
script/quick-start-debian
@@ -34,6 +34,9 @@ run rake db:test:prepare @@ -34,6 +34,9 @@ run rake db:test:prepare
34 # compile translations 34 # compile translations
35 run rake noosfero:translations:compile 35 run rake noosfero:translations:compile
36 36
  37 +# create needed directory
  38 +mkdir -p tmp/pids
  39 +
37 # start server 40 # start server
38 say "I: Congratulations, you are ready to run Noosfero." 41 say "I: Congratulations, you are ready to run Noosfero."
39 say "I: To execute Noosfero server, run \`/script/server\` and browse to http://localhost:3000" 42 say "I: To execute Noosfero server, run \`/script/server\` and browse to http://localhost:3000"