PHP system
a year ago
How do I upload an application with: Nginx, MysQL, Php 8.3, phpMyAdmin and a file manager. The application is a PHP system that I want to test running on the Railway. (I'm new here)
I bought this application https://66biolinks.com/ and wanted to test going up here on Railways
1 Replies
a year ago
You would need to Dockerize the application with a Dockerfile, writing Dockerfiles wouldn't be Railway specific so I would recommend learning about them and you'll have your app running on Railway in no time!As for MySQL and phpMyAdmin, we have templates you can deploy for that.As for the file manager, that would likely need to built into your app since you can't access the storage of one service from another service.