Skip to content

Commit

Permalink
Merge pull request #7 from sumocoders/import-locale
Browse files Browse the repository at this point in the history
Go directly to the import action
  • Loading branch information
DaanDD committed Jul 3, 2015
2 parents 19d790f + 7a45f06 commit 9f321d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fork/new-fork-project.sh
Expand Up @@ -59,9 +59,7 @@ echo "Password: $pass"
echo -e "Please press return when the installation has successfully completed. If you have problems with the installer, enter 'sumo box ssh' and do composer install in the project folder"
read input_variable

open http://$project.$client.dev/private
echo -e "Now import the locale.xml from the theme folder to the translations. Press return when you're done"
read input_variable
php tools/import_locale.php -f src/Frontend/Themes/Bootstrap/locale.xml

cp app/config/parameters.yml app/config/parameters.dev.yml
sed -i '' -e 's/database.host:.*/database.host: localhost/g' app/config/parameters.dev.yml
Expand Down

0 comments on commit 9f321d3

Please sign in to comment.