File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 3
3
grammar-kit
4
4
tmp
5
5
node_modules
6
+ envtools
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
dist
3
3
assets
4
+ envtools
4
5
5
6
grammar /charm.dfa
6
7
grammar /charm.dict
Original file line number Diff line number Diff line change 17
17
},
18
18
"scripts" : {
19
19
"test" : " xo" ,
20
- "start" : " electron ." ,
21
- "package" : " electron-packager . $npm_package_productName --out=dist --ignore='^/dist$' --prune --asar --all --version=$npm_package_electronVersion" ,
20
+ "start" : " docker run -ti -p 443:443 oice" ,
22
21
"build:grammar" : " cd grammar; ./build.sh" ,
23
- "build" : " npm run build:grammar & webpack" ,
22
+ "build:docker" : " docker build -t oice ." ,
23
+ "build" : " npm run build:grammar; webpack; npm run build:docker" ,
24
+ "start-dev" : " npm run watch & bundle exec thin --ssl -p 4430 start" ,
24
25
"watch" : " npm-watch & webpack -w"
25
26
},
26
27
"main" : " main/index.js" ,
Original file line number Diff line number Diff line change
1
+ brew install coreutils
2
+ mkdir envtools
3
+ cd envtools
4
+ git clone https://github.com/julius-speech/julius.git --depth 1
5
+ cd julius
6
+ ./configure --enable-words-int --prefix=` realpath ..` && make && make install
7
+ cd ../bin
8
+ ln -s julius.dSYM julius
You can’t perform that action at this time.
0 commit comments