Very very small erp for home use, voice input available.
$ bundle exec ruby ws.rb config.yaml
config.yaml
:server:
:type_storage: "収納"
:client:
:lang: "ja_JP"
:autostart: true
:select_word: !ruby/regexp /([^番]+)番/
:commands:
:next_form: "次"
:previous_form: "戻る"
:delete_text: "削除"
:submit: "送信"
:save: "保存"
:form_names:
:name: "名前"
:type: "タイプ"
:parent: "親"
:comment: "コメント"
microerp.service
[Unit]
Description=Micro erp system
After=syslog.target network-online.target
Wants=network-online.target
[Service]
Type=simple
PrivateTmp=true
Environment=OVPATH=/path/to/project dir
ExecStart=/bin/bash ${OVPATH}/run.sh
ExecStop=/bin/kill $MAINPID
KillMode=process
#KillMode=control-group
RestartSec=5s
Restart=on-failure
#User=user
#Group=group
[Install]
WantedBy=multi-user.target