Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:comet:building-from-source [2018/02/17 23:13] anastation468 [Possible problems after installation] |
en:comet:building-from-source [2019/12/18 02:05] (current) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| cmake . | cmake . | ||
| make | make | ||
| + | make install | ||
| </code> | </code> | ||
| Line 43: | Line 44: | ||
| systemctl enable comet.service</code> | systemctl enable comet.service</code> | ||
| - | After successes run server we can begin create chat. If you get error create issue in [[https://github.com/Levhav/comet-server/issues|github repository]]. | + | After successes run server we can begin create chat. If you get error, you should create issue in [[https://github.com/Levhav/comet-server/issues|github repository]]. |
| ====== Launch ====== | ====== Launch ====== | ||
| Run in console mode | Run in console mode | ||
| <code sh> | <code sh> | ||
| - | ./cpp_comet | + | ./cppcomet |
| </code> | </code> | ||
| Running in daemon mode | Running in daemon mode | ||