Forem Creators and Builders 🌱

Discussion on: Connection Refused

Collapse
 
issam profile image
Issam Sultan

Hello @coffeecraftcode !
I am having the same issue as Vivek - can you kindly assist and let me know how to resolve this issue. This link has a screenshot of terminal output cln.sh/ZS2T1B

Thank you,
Issam

Collapse
 
issam profile image
Issam Sultan • Edited

Hello again!

Based on the above I took the following steps (keep in mind I am still running on macOS Catalina v 10.15.7 with xcode 12.4 / pwd /Users//Tutorial/forem/local/forem):

  1. When trying to upgrade my version of ruby to v.3.0.2 - got the following error: "Xcode version older than 4.6.2 installed, download and install newer version from: connect.apple.com After installation open Xcode, go to Downloads and install Command Line Tools."
  2. To fix above error - had to manually download and install Command Line Tools for Xcode 12.4 from developer.apple.com/download/all/
  3. Then at terminal ran the following command rvm install ruby-3.0.1
  4. Then ran the following command gem install bundler:2.2.22
  5. Then ran the following command bin/container-setup

But still getting an error (see screen shot cln.sh/FieOoq45FLumt3EyjP1s) - any assistance will be highly apperciated. As I wish to run Forem locally in order to see how it works and if it is the right fit for us.

Hope to hear from you soon.

Collapse
 
ellativity profile image
Ella (she/her/elle)

I wish to run Forem locally in order to see how it works and if it is the right fit for us.

Hey @issam - welcome to forem.dev!

For Forem Self-host, we recommend you follow the self-host guide, and can only offer troubleshooting support for this version of Forem installation.

The installation guide at developers.forem.com is intended for contributing developers, rather than for functioning Forems. You won't have the same experience using a development installation of Forem, and it probably won't give you an accurate reflection of how a cloud-based Forem instance will function.

We recommend using one of the methods described in the self-host guide, and setting your Forem to be a private Forem to test it out.