mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Flatten
This commit is contained in:
parent
343157350f
commit
2bb5ced363
2
server/.gitignore → .gitignore
vendored
2
server/.gitignore → .gitignore
vendored
@ -60,4 +60,4 @@ typings/
|
||||
# next.js build output
|
||||
.next
|
||||
|
||||
config/
|
||||
server/config/
|
@ -15,18 +15,16 @@ This is a backwards compatible continuation of the [work by Andrew Belt](https:/
|
||||
## Installing
|
||||
|
||||
1. [Clone](https://help.github.com/articles/cloning-a-repository/) the repository: `git clone https://github.com/hack-chat/main.git`
|
||||
1. Change the directory: `cd main/server`
|
||||
1. Install the dependencies using a package manager of your choice:
|
||||
- npm: `npm install`
|
||||
- yarn: `yarn install`
|
||||
1. Configure: `node main.js`
|
||||
1. Configure: `node main/server/main.js`
|
||||
|
||||
If you change the `websocketPort` option during the config setup then these changes will need to be reflected on [client.js](https://github.com/hack-chat/main/blob/master/client/client.js#L59).
|
||||
If you change the `websocketPort` option during the config setup then these changes will need to be reflected on [line 59 of client.js](https://github.com/hack-chat/main/blob/master/client/client.js#L59).
|
||||
|
||||
# Usage
|
||||
|
||||
1. Change the directory: `cd main/server/`
|
||||
1. Start the server with a process manager. For example, with [PM2](https://github.com/Unitech/pm2): `pm2 start main.js --name HackChat`
|
||||
1. Start the server with a process manager. For example, with [PM2](https://github.com/Unitech/pm2): `pm2 start main/server/main.js --name HackChat`
|
||||
1. Launch: `main/client/index.html`
|
||||
1. (OPTIONAL) If you want to deploy your hack.chat instance to a server, push everything except the `node_modules` directory and install the dependencies using a package manager of your choice:
|
||||
- npm: `npm install`
|
||||
|
@ -1 +0,0 @@
|
||||
(TODO)
|
Loading…
x
Reference in New Issue
Block a user