Commit 6aa8737ed563f977f9dfc1ddddd0f4e5fc2ce65e

Authored by Antonio Terceiro
1 parent 0ba03df6

Remove obsolete symlink added by old versions

People that are using an old enough noosfero tree might have problems
with it.
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
script/quick-start
... ... @@ -133,6 +133,9 @@ if [ ! -f .gitignore ]; then
133 133 ln -s gitignore.example .gitignore
134 134 fi
135 135  
  136 +# remove obsolete symbolic link added by old versions
  137 +rm -f vendor/rails
  138 +
136 139 # you can now start the server
137 140 say "I: Congratulations, you are ready to run Noosfero."
138 141 say "I: To execute Noosfero in development mode, run \`./script/development\` and browse to http://localhost:3000"
... ...