- show the below list in
FileMaker Server
- Database Name
- Layout Name in Database
- Field Name in Layout
- set your FileMaker config in
config/filemaker.yml
- install gems
$ bundle install --path vendor/bundle
$ bundle exec unicorn -c unicorn.conf -p 4567 -D
- access to
http://localhost:4567
and you can use this app!
- the target names of each element (Database, Layout and Field) aren't shown when your account doesn't have the authentication
- how to stop unicorn
- note: use back quote for cat command
$ kill -QUIT `cat /tmp/unicorn.inspect-fm.pid`
- Japanese Instruction at Qiita