Francis Chong

Results 37 comments of Francis Chong

Oh Thanks. That was weird as I can run the project after Smart Dependencies.

1. You need to install bundler 2. Create `Gemfile` with following content: ``` ruby source :rubygems gem 'simple-view', :git => 'https://github.com/seanho/SimpleView.git' ``` 1. Install the bundle: `bundle install` 2. Load...

I believe every steps above are actually presented in readme, perhaps what you missing is bundle install? Yep I agreed this could be difficult for ppl not familiar on bundler,...

Yeah I'm just get started to get hook.io to work on my local machine. I'd fix the obvious issue first, and see if I can set it up locally.

I'm no docker expert, but would you please have a look at #181? I have: - remove the worker image, we just need to use one image for both worker...

I added a line to install modules ... ``` RUN cd /src/modules && node install.js ``` but it fails with error: ``` ---> Running in e53a08ba76d3 module.js:338 throw err; ^...

Now it crash at following: ``` hookio_1 | Using custom domains middleware [ 'hookio', hookio_1 | '0.0.0.0', hookio_1 | '192.168.59.103', hookio_1 | 'localhost', hookio_1 | 'hook.io', hookio_1 | 'www.hook.io' ]...

Fixed this cert issue! Now it can be started.

Now we have Swift on Linux, this is possible now.