Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfpinto committed Mar 21, 2016
1 parent b0ae902 commit 098258e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ Once you have created the Netbeast dashboard app you can run the following comma

```
cd Netbeast-darwin-x64
##Copy files from dashboard folder to the new one
#Copy files from dashboard folder to the new one
cp ../dashboard/desktop_app/icon.icns ../dashboard/desktop_app/appdmg.json ../dashboard/desktop_app/background.png .
#Package to .dmg
appdmg appdmg.json ~/Desktop/Netbeast.dmg
```

Expand All @@ -85,6 +88,20 @@ Coming Soon

Coming Soon

## Problems

#####Sqlite3

Sometimes you can have some problems with sqlite3 npm package when electron tries to run it. In order to solve this problem you should follow these steps:

```
cd node_modules/sqlite3
npm run prepublish
node-gyp configure --module_name=node_sqlite3 --module_path=../lib/binding/node-v47-darwin-x64
node-gyp rebuild --target=0.37.2 --arch=x64 --target_platform=darwin --dist-url=https://atom.io/download/atom-shell --module_name=node_sqlite3 --module_path=../lib/binding/node-v47-darwin-x64
```


## Contact
* Visit our site [https://netbeast.co](https://netbeast.co)
* Mail us: staff [at] netbeast.co
Expand Down

0 comments on commit 098258e

Please sign in to comment.