fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This commit is contained in:
Juan Manuel Parrilla 2014-04-09 02:00:36 +02:00
parent b4985d3f50
commit b8a5a3eb4f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ cp -r %{_gitdir}/gruntfile.coffee $RPM_BUILD_ROOT%{_app_dir}/
cd %{_app_dir} && npm install
## pip install
pip install -r %{_app_dir}/config/production/requirements.ttx
pip install -r %{_app_dir}/config/production/requirements.txt
## Syncdb dir manage
python2.7 %{_app_dir}/manage.py syncdb