Commit e54109c995ac70d80faf20748e0c2b9799385673
1 parent
27426bbc
Exists in
master
and in
29 other branches
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 | 34 | # compile translations |
35 | 35 | run rake noosfero:translations:compile |
36 | 36 | |
37 | +# create needed directory | |
38 | +mkdir -p tmp/pids | |
39 | + | |
37 | 40 | # start server |
38 | 41 | say "I: Congratulations, you are ready to run Noosfero." |
39 | 42 | say "I: To execute Noosfero server, run \`/script/server\` and browse to http://localhost:3000" | ... | ... |