> Update: There is no requirement of Elasticsearch in the new Forem
Enter fullscreen mode
Exit fullscreen mode
S...
For further actions, you may consider blocking this person and/or reporting abuse
This is all i have after follow your tutorial, but don't know why i alway get blank page after i try to login with admin@forem.local/password
forem.dev/remoteimages/uploads/art...
From the looks of it, I guess you are hosting your Forem on a VPS. So, in the
.env
file, replace thelocalhost:3000
with<yourIP>:3000
And also, make sure that port 3000 is open to public => some configurations.
thanks, another question is there any way to increase image size when upload? i receive "The string did not match the expected pattern." every time. And can i Block permission to write a new post to user, only Admin can write and user can comment only? I use Dokku, t2d
You can create a
feature request
post upon this query, but for now, it is not possible without the modifications of the code base.Can i display this on my Home Page Forever?
forem.dev/remoteimages/uploads/art...
here the same, what can i do with the port 3000 ?
After Login with (admin@forem.local/password) i have a blank page.
Yes i edit the "localhost" to the the VPS IP:
And the port "3000" is free:
and then i restart the server and start "forem" new.
But the Blank Site start again :(
Please tell me how to solve the problem with blank page after trying to login? CentOS Linux 7.8. Thank you!
Blank page? Can I have a look at the error screenshot?
forem.dev/remoteimages/uploads/art...
Configure your env variables, especially
forem.dev/tmedivh/i-am-trying-to-d...
A very nice post.
I've follow you all instruction in this post to install forem. But I'm getting an error. Can you give me an way to fix this error? The error is when I type
bin/container-setup
I'm getting this error:use these commands in order.
sudo groupadd docker
sudo usermod -aG docker $USER
logout and login if PC or if it is a VM restart your VM or VPS
newgrp docker
sudo systemctl enable docker
sudo service docker restart
run this command to verify your docker:
docker run hello-world
Hey @akhil , thanks for this awesome guide.
Just one question, I'm planning to use docker to selfhost, but i see that the git clone command is not the self host repo.
Would this cause any issues?
Thanks
You can use the official repo: github.com/forem/forem
Hey Akhil, awesome article you have!
How much server resources do you estimate forem would need for a couple hundred users? I'm planning on deploying my own Forem to DO. 😄
Today, most of the services provided by many cloud hosting companies are scalable, keeping this fact in mind it is always better to start with the minimum requirements for any project; at least this is my opinion.
So, I would suggest you start with 4GB Ram, 2Core CPU droplet, for initial production, it can easily maintain 100 users. If you feel like cost doesn't matter, you can prefer 8GB ram and 4Core CPU, anything above this will be an overkill. After all after a particular stage in open sources projects like Forem, the main issue will be in regarding storing data and backing them up safely.
Hope you got some useful info and let me know if you have your Forem instance :)
Thanks, Akhil!
When I login to my Forem, with admin@forem.local/password, I get blank page. I only copy .env_sample to .env. In .env file, I replaced all localhost with myIP, changed FOREM_OWNER_SECRET, COMMUNITY_NAME, DEFAULT_EMAIL, SESSION_KEY.
Beside that, some containers auto stop.
Anyways, I'm actually working on a SaaS project to make the instllation process more user friendly. Even though the SaaS is not ready for offcial release, it can be used to install Forem. (The core working principles were ready and under working condition)
If you are interested in installing Forem, let me know, I will provide you access and necessary guidance to use the SaaS to install your Forem.
How to tranfer devlopment env to production env?
forem.dev/remoteimages/uploads/art...
Presently the Dev or Forem team is working on it, I would suggest you to wait for a while.