mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding mongo autostartup for mac os x. Also adding network icons for iphone app.
This commit is contained in:
parent
a1179af52a
commit
28d10bf49b
3 changed files with 16 additions and 0 deletions
16
config/com.mongo.mongod.plist
Normal file
16
config/com.mongo.mongod.plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.mongo.mongod</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/mongod</string>
|
||||
<string>--config</string>
|
||||
<string>/Users/sclay/projects/data/mongo.conf</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
BIN
media/iphone/network_icon.png
Normal file
BIN
media/iphone/network_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 B |
BIN
media/iphone/network_icon_all.png
Normal file
BIN
media/iphone/network_icon_all.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 577 B |
Loading…
Add table
Reference in a new issue