Open ceinmart opened 9 years ago
Be at the root of your dashing dir, and do bundle exec dashing start
Hi Push ,
Not work... :( I do someting wrong ? Is there a "verbose" mode ? At first time I run the "bundle" I see the warning about not run it with root , but it don't give me chance to give up and install the gems... perhaps this could be a problem ?
root@jdivm04:/dados/acesso_restrito/dashboard/Shopify-dashing-5a0bdd9/bin
# ls -l
total 4
-rwxr-xr-x 1 root root 282 Jul 10 15:14 dashing
drwxr-x--- 1 root root 166 Jul 23 15:06 vulca1
root@jdivm04:/dados/acesso_restrito/dashboard/Shopify-dashing-5a0bdd9/bin
# bundle
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.8.4/lib/bundler/vendor/thor/shell/basic.rb:355: warning: Insecure world writable dir /dados in PATH, mode 040777
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
Resolving dependencies...
Using rake 10.1.1
Using backports 3.6.5
Using coffee-script-source 1.9.1.1
Using execjs 2.0.2
Using coffee-script 2.2.0
Using daemons 1.2.3
Using rack 1.5.5
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using rufus-scheduler 2.0.24
Using sass 3.2.19
Using rack-protection 1.5.3
Using tilt 1.4.1
Using sinatra 1.4.6
Using multi_json 1.11.2
Using rack-test 0.6.3
Using sinatra-contrib 1.4.6
Using hike 1.2.3
Using sprockets 2.10.1
Using eventmachine 1.0.7
Using thin 1.6.3
Using thor 0.19.1
Using dashing 1.3.4 from source at .
Using docile 1.1.5
Using fakeweb 1.3.0
Using haml 4.0.6
Using metaclass 0.0.4
Using minitest 5.2.3
Using mocha 0.14.0
Using simplecov-html 0.8.0
Using simplecov 0.8.2
Using bundler 1.8.4
Bundle complete! 7 Gemfile dependencies, 32 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
root@jdivm04:/dados/acesso_restrito/dashboard/Shopify-dashing-5a0bdd9
# bundle exec dashing start
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.8.4/lib/bundler/shared_helpers.rb:83: warning: Insecure world writable dir /dados in PATH, mode 040777
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.8.4/lib/bundler/shared_helpers.rb:83: warning: Insecure world writable dir /dados in PATH, mode 040777
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.8.4/lib/bundler/shared_helpers.rb:83: warning: Insecure world writable dir /dados in PATH, mode 040777
bundler: command not found: thin
root@jdivm04:/dados/acesso_restrito/dashboard/Shopify-dashing-5a0bdd9
# bundle show thin
/usr/lib64/ruby/gems/2.1.0/gems/thin-1.6.3
encountered the exact same problem. Tried the options above to no avail.
Hi,
This my first time trying use Dashing. I've installed it at OpenSuse 13.2
After install, create project , bundle successfully.. .when I try start it , I get the error below. But I don't know anything about ruby, no clue what is missing... any tips ?