mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-07-08 09:00:23 +09:00
df76a227dc
First open source release of Campfire 🎉
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
rm -f tmp/pids/server.pid
|
|
./bin/rails db:prepare
|
|
./bin/rails server
|