Skip to content

Commit

Permalink
README.md update & icon-128.icns, icon-128.ico added.
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Nov 28, 2016
1 parent 215bd85 commit 0e945ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added .electrify/icon-128.icns
Binary file not shown.
Binary file added .electrify/icon-128.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ meteor

Then visit [http://localhost:3000/](http://localhost:3000/)

Before packaging, install `electrify` globally with `sudo npm install -g electrify`

### Pack Dermatron for Linux

Run Dermatron at least one time with `meteor` command then:
Expand All @@ -71,6 +73,21 @@ So you need exactly these binaries: [win32/mongodb-win32-x86_64-2008plus-3.2.6.z

Extract files from the zip archive then copy **mongod** and **mongo** binaries and paste into **./resources/app/bin**

### Pack Dermatron for macOS

Run Dermatron at least one time with `meteor` command then with Terminal:

```Shell
rm -rf .electrify/ && electrify && cd .electrify/ && wget https://raw.githubusercontent.com/mertyildiran/Dermatron/master/.electrify/loading.html && rm index.js && wget https://raw.githubusercontent.com/mertyildiran/Dermatron/master/.electrify/index.js && rm package.json && wget https://raw.githubusercontent.com/mertyildiran/Dermatron/master/.electrify/package.json && wget https://raw.githubusercontent.com/mertyildiran/Dermatron/master/.electrify/icon-128.png && wget https://raw.githubusercontent.com/mertyildiran/Dermatron/master/.electrify/icon-128.icns && cd .. && electrify && electrify package -- --icon=.electrify/icon-128.icns
```

Don't forget to install **wget** with brew `brew install wget` or, use a bash alias:

```Shell
function _wget() { curl "${1}" -o $(basename "${1}") ; };
alias wget='_wget'
```

## Electrified & Materialized Iron Meteor with Alien Recipe

Alien is a bash script for creating Meteor Apps with well organized directory structure & a scaffolding tool.
Expand Down

0 comments on commit 0e945ee

Please sign in to comment.