prawnsalad / KiwiIRC

This is **DEPRECATED**! Please go to https://github.com/kiwiirc/kiwiirc
https://kiwiirc.com
GNU Affero General Public License v3.0
891 stars 277 forks source link

Missing settings.json #908

Closed Thetechie15 closed 7 years ago

Thetechie15 commented 7 years ago

I'm not sure what when wrong, I'm not that good with Node.js or anything. I compiled Kiwi from the git repo and followed the build instructions. I put the client folder on my site and it didn't load. Looking at the console "assets/settings.json" is missing. I don't know what I need to do to make that work or what. If someone could help, that'd be awesome. Thanks.   ~Thethechie

prawnsalad commented 7 years ago

You don't upload the client files into your existing webserver. Kiwi IRC has its own web server built in as it handles IRC connections that traditional web servers can't do.

In the documentation, the ./kiwi start command is what starts the webserver and dynamically generates the settings.json file.

If you must use Apache/Nginx or other webserver, you can run both together and proxy the kiwi server. Take a look here for info on that: https://kiwiirc.com/docs/installing/proxies