Skip to content

Commit

Permalink
Fix local development by keeping tmp/pids around (#1695)
Browse files Browse the repository at this point in the history
If you clone the project and try to start the app, it'll fail with:

```
No such file or directory @ rb_sysopen - /Users/nickcharlton/projects/administrate/tmp/pids/server.pid (Errno::ENOENT)
```

Rails doesn't seem to be able to create this path (perhaps because it's
really running `spec/example_app`?) so let's just make sure it's there
already.
  • Loading branch information
nickcharlton authored Jul 2, 2020
1 parent aecfe54 commit a0eeca6
Showing 1 changed file with 0 additions and 0 deletions.
Empty file added tmp/pids/.keep
Empty file.

0 comments on commit a0eeca6

Please sign in to comment.