The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Hi, im new in this (node.js) but im trying to install the Frontity in AWS, i install Node.js using bitnami, and is running, i make que quick installation of frontity, but nothing happen in my IP.
I dont know what im doing wrong, or what is missing.
The documentation and videos usually are for Localhost, but nothing for AWS, if you help me, i promise i make a video (in spanish) how to install Frontity in AWS.
Hello Let me know if you still need help regarding deploy frontity on aws. will guide you via team viewer
Thanks
3 Likes
msakiya148
Hi, i will contact you.
msakiya149
Hi @mosamlife , i sent you a message to your website, please, contact me, im very interesting.
Thanks.
mosamlife11
I just sent you a Message
msakiya1412
I did not receive anything.
cristianjmunoz13
Hi, me too try to install frontity on aws, but i dont know config the proxy server for frontity app, i belive that is the problem
juanma15
HI @msakiya14 & @cristianjmunoz
We have in our backlog the creation of different guides for deployment on different platforms
In the meantime, here you have some discussions regarding deployment to AWS:
After you’ve done npx frontity build, you can run the Frontity server with forever using:
forever start -c "npx frontity serve"
Finally, it looks like Bitnami is using Apache as a reverse proxy. You should add a virtual host there. I’m not an Apache expert, but I guess something like this to redirect the 80 port to the internal localhost on port 3000.