Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. [nicefiddler@localhost opt]$ sudo bash setup_frappe.sh --setup-production
  2. Installing for centos 7 amd64
  3. In case you encounter an error, you can post on https://discuss.frappe.io
  4.  
  5. Adding centos mariadb repo
  6. Installing packages for centos. This might take time...
  7. Installing wkhtmltopdf
  8. Configuring CentOS services
  9. Starting services
  10. Adding frappe user
  11. Installing frappe-bench
  12. Setting up first site
  13. Traceback (most recent call last):
  14. File "/bin/bench", line 9, in <module>
  15. load_entry_point('bench==0.1', 'console_scripts', 'bench')()
  16. File "/home/nicefiddler/bench-repo/bench/cli.py", line 38, in cli
  17. return bench()
  18. File "/usr/lib/python2.7/site-packages/click/core.py", line 610, in __call__
  19. return self.main(*args, **kwargs)
  20. File "/usr/lib/python2.7/site-packages/click/core.py", line 590, in main
  21. rv = self.invoke(ctx)
  22. File "/usr/lib/python2.7/site-packages/click/core.py", line 936, in invoke
  23. return _process_result(sub_ctx.command.invoke(sub_ctx))
  24. File "/usr/lib/python2.7/site-packages/click/core.py", line 936, in invoke
  25. return _process_result(sub_ctx.command.invoke(sub_ctx))
  26. File "/usr/lib/python2.7/site-packages/click/core.py", line 782, in invoke
  27. return ctx.invoke(self.callback, **ctx.params)
  28. File "/usr/lib/python2.7/site-packages/click/core.py", line 416, in invoke
  29. return callback(*args, **kwargs)
  30. File "/home/nicefiddler/bench-repo/bench/cli.py", line 304, in setup_production
  31. _setup_production(user=user)
  32. File "/home/nicefiddler/bench-repo/bench/production_setup.py", line 56, in setup_production
  33. os.symlink(os.path.abspath(os.path.join(bench, 'config', 'supervisor.conf')), os.path.join(get_supervisor_confdir(), supervisor_conf_filename))
  34. OSError: [Errno 17] File exists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement