-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self hosting doesn't work out of the box #83
Comments
Hi,
I don't understand how/where to provide the conf.json. I'm now to docker, so it might be a rookie mistake. Do you have that step figured out? |
i managed to get it working, if you want me to show you how, we could do a call of a sort or something |
and its relatively simple |
Can you provide the answer here, for everyone to see? Maybe it can be part of that PR as well. |
YEah im turning it into a template, its a part of my yet-to-be boilerplate for js projects. But i could maybe give it a bit of time and make it into its own template, just the featmap But other than that. the fix includes: Changing the dockerfile to this, note the changes with the golang versions and nodejs
Other than that i was also getting an error when trying to build the dockerfiles with docker-compose build, there was an error with typescript, so i fixed it by adding this line to the tsconfig.json within the I also had to downgrade the history version to the 4.7.2 one, make sure to downgrade it too And also important note, before you run any build scripts or anything, make sure to cd into ./webapp and run npm install, it may give you errors about cache or something but make sure to install it, cus otherwise the docker build process doesnt work for whatever reason |
The build process works fine for me with the dockerfile from #69. What are you doing differently regarding the conf.json? I cannot see where this issue would be addressed in your dockerfile. |
coming back to this issue as i really like this project and find it extremely nice, i am right now working on a fix, i will open a pull request once i get it working out of the box |
Hey guys, i tried running the self hosted version of featmap cus i used the free trial and liked it very much. But it seems that your configuration just desn't work. I managed to get it running but i did some workarounds. So far so good. I'm going to open the pull request, some versions need to be downgraded cus theres peer dependencies, dockerfile for the featmap itself needs to be changed, etc.
I'm gonna be opening a PR with the solution or providing my own framework if you guys are not maintaining this
The text was updated successfully, but these errors were encountered: