Yet another Manet
- An awesome app
- https://github.com/vbauer/manet
$ git clone git@github.com:corselia/yamanet.git
$ cd yamanet
$ yarn install
- Please refer an official document
$ vim ./to_copy_files/config/default.yaml
- If you change web front files, edit to_copy_files/public/*
$ cp ./to_copy_files/config/default.yaml ./node_modules/manet/src/config
$ cp -r ./to_copy_files/public ./node_modules/manet
$ ./start_yamanet.sh
$ pkill -f manet
- If you want to use Japanese or other language's font, you may install it as below in case of Japanese on Ubuntu
$ sudo apt-get install fontconfig
$ wget --content-disposition IPAfont00303.zip http://ipafont.ipa.go.jp/old/ipafont/IPAfont00303.php
$ sudo unzip IPAfont00303.zip -d /usr/share/fonts/
$ sudo fc-cache -fv
- If you use OS X, perhaps it doesn't work correctly. Please refer a following issue.
- If you use Raspberry Pi, maybe you cannot use
PhantomJS
because its architecture is ARM
If you use a low spec cpu or/and you access to YaManet
by multiple web browsers's tabs, it may hang up. In my case, when I use a Lightsail 512MB plan, that's so. I assume the reason is a problem of PhantomJS
but it is no longer maintenanced.