Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macdja38/discord-to-discourse
Bridges Discord to Discourse topics
https://github.com/macdja38/discord-to-discourse
Last synced: 28 days ago
JSON representation
Bridges Discord to Discourse topics
- Host: GitHub
- URL: https://github.com/macdja38/discord-to-discourse
- Owner: macdja38
- Created: 2019-03-04T07:27:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T07:18:20.000Z (over 5 years ago)
- Last Synced: 2024-10-22T09:53:55.761Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation Instructions
Option 3 is the method I personally prefer.
## Option 1 Node.js + pm2
1. Install node.js 11 or greater
2. Install pm1 using `npm i pm2 -g`
3. Clone the project and `cd` into it's folder
4. Copy `.env.example` into `.env` and edit the configuration to your liking
5. Start the app with `pm2 start index.js`## Option 2 Docker
1. Install Docker
2 Clone the project and `cd` into it's folder
3. Copy `.env.example` into `.env` and edit the configuration to your liking
4. Run `/build.sh`
5. run `/run.sh`## Option 3 Docker + Docker-compose
1. Install Docker
2 Clone the project and `cd` into it's folder
3. Copy `.env.example` into `.env` and edit the configuration to your liking
4. Run `docker-compose up --build`