Skip to content
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

Deployment documentation #519

Open
ecodina opened this issue Jun 9, 2023 · 1 comment
Open

Deployment documentation #519

ecodina opened this issue Jun 9, 2023 · 1 comment

Comments

@ecodina
Copy link

ecodina commented Jun 9, 2023

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 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!

@mpolec
Copy link
Contributor

mpolec commented Jun 19, 2023

Hello!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants