You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to deploy my own AirCasting server. I've managed to get a development server and seen the webpage at localhost:5000, but I don't really know how to get a production server.
I've tried setting RAILS_ENV=production and starting it with foreman but crashses.
I've seen there is a capistrano deployment file ready, but don't really know how to use it. For example:
The target server must have an aircasting user
Should the server have the dependencies already installed, or does capistrano install them?
You use systemd to manage the application. Which .service do you use?
Thank you!
The text was updated successfully, but these errors were encountered:
I understand that you’ve been trying to setup your own AirCasting application.
You need to start with preparing a server - the server has to have all the dependencies installed at first. It is typically done with Ansible, Doker or Chef. Then you’ll be able to use capistrano to deploy the application.
Hello!
I've been trying to deploy my own AirCasting server. I've managed to get a development server and seen the webpage at
localhost:5000
, but I don't really know how to get a production server.I've tried setting
RAILS_ENV=production
and starting it withforeman
but crashses.I've seen there is a
capistrano
deployment file ready, but don't really know how to use it. For example:aircasting
usercapistrano
install them?systemd
to manage the application. Which.service
do you use?Thank you!
The text was updated successfully, but these errors were encountered: