Samir Sabri

Results 75 issues of Samir Sabri

I run phoenix server into container at Mac, I run the container as: docker run -p 4011:4011 -p 4033:4033 -v ~/.Xauthority:/root/.Xauthority -v /Users/samir/Documents/projects/elixir:/usr/src -e DISPLAY=$DISPLAY --network host -it elixir:1.5.2 bash...

I've noticed that release.yml: ``` - when: deploy_type == "restart" name: stop app monit: name="{{ app_name }}" state=stopped ``` Then, I got this error: ``` TASK [HashNuke.elixir-stack : stop app]...

It seems that node is not installed? ``` TASK [HashNuke.elixir-stack : set npm jobs config] ***************************** fatal: [138.68.27.79]: FAILED! => {"changed": true, "cmd": ["bash", "-lc", "npm config set jobs 1"],...

I need to specify the git endpoint for a dependency, as: ``` # vendor/assets/bower_components/Bowerfile asset "sb_admin", git: "https://github.com/BlackrockDigital_/startbootstrap-sb-admin-2.git#3.3.7+1" ``` however, when I run `bundle exec rake bower:install CI=true` the generated...

hello, i've used your button, but it looks like a normal text link, shouldn't it be styled like a facebook share button?

Does the word "Open" in the repository name refer to the Open VRP variant? Or "Open Source" ? Provided that at OVRP, the vehicle does not return to the depot,...

When I build the image, I get this error on Windows 10: ``` $ docker build -t samir/laravel . Sending build context to Docker daemon 62.49 MB Step 1 :...

if Itry to connect to db, i get this error: Host 'xxx.xx.xxx.xxx' is not allowed to connect to this MySQL server Any idea?

When I start the container, I try to view it in the browser, the https is enforced, and although the with volume mapping, I only see: ``` 404 Not Found...

Hello, To use postgres, I had to start from another ubutnu image: ``` FROM sameersbn/postgresql:9.4-12 ``` and at the end of the Dockerfile, I added: ``` apt-get update apt-get install...