Fortrabbit is a cloud hosting platform dedicated to PHP applications. It offers versatile deployment options (Git, SSH, SFTP) and native Composer integration.
Questions tagged [fortrabbit]
62 questions
21
votes
5 answers
'ssh' is not recognized as an internal or external command
I have been trying to deploy my app into the Fortrabbit servers using the command line. I'm using windows. Here is what I tried :
C:\projects\riwaya>git remote add fort git@git2.eu1.frbit.com:riwaya.git
C:\projects\riwaya>git remote…

Daniel Chikaka
- 1,432
- 4
- 17
- 28
12
votes
1 answer
How to fix issue in Git: "Updates were rejected because a pushed branch tip is behind its remote counterpart"
I'm trying to push commits to a remote and getting this error message:
$ git push origin master
To git@git1.eu1.frbit.com:hbrosuru.git
! [rejected] ab68c0485d -> master (non-fast-forward)
error: failed to push some refs to…

user3789553
- 151
- 1
- 1
- 7
4
votes
1 answer
How to deploy npm packages on fortrabbit, just like composer?
I wonder if there is a way to deploy npm packages on fortrabbit, just as smooth as fortrabbit handles composer packages?
I have tried
call npm on the ssh cli (though fortrabbit docs says I can't make permanent change to file that…

user2078337
- 41
- 2
4
votes
0 answers
Fortrabbit git pull issue - Could not get lock on repository
I'm trying to pull from a git repository on a Fortrabbit app but getting the following error:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c
credential.helper=sourcetree fetch origin
git -c diff.mnemonicprefix=false -c…

Jroww
- 41
- 3
3
votes
2 answers
What is a "Worker" (Cloud Hosting / PaaS)?
I'm new to Cloud Hosting / PaaS and have a question regarding workers. I would like to host an app at Fortrabbit and under http://www.fortrabbit.com/pricing (click on Custom) I can choose a Worker. I googled about "cloud hosting worker" and similar…

european_altruist
- 79
- 10
2
votes
6 answers
Delete file from Git - confusion
I'm trying to learn to use Git, and I kind of get the basics of pulling and pushing etc, but I'm confused on deletions.
This is what I've done (with fortrabbit and laravel):
Created a Laravel Project
run git init . in the project folder
run git…

Phil Cross
- 9,017
- 12
- 50
- 84
2
votes
2 answers
Laravel Envoy on fortrabbit
I've setup a Laravel app on a Fortrabbit server. I can do the following
$ ssh user@server
$ cd htdocs
$ php artisan migrate
Which works perfectly fine.
But I'm trying to use Envoy for tasks like this. So I've made a simple task:
@servers(['test' =>…

nielsstampe
- 1,336
- 1
- 15
- 25
2
votes
1 answer
Avoid the ImageNotWritableException in Fortrabbit using Intervention
I am using the Intervention/Image package with Laravel 4.1 and I am trying to make it work with Fortrabbit. It works well locally. Although when I try to save an image on the prodution app hosted on Fortrabbit, I receive an Intervention \ Image \…

Sébastien Lavoie
- 141
- 2
- 11
1
vote
1 answer
Add npm run build to Fortrabbit deploy process
Using Fortrabbit to deploy a PHP app which uses a node project for the front end. Is there any way in which I can add npm run build to the deploy process instead of having to always build first manually and then deploying it through…

Raj
- 3,637
- 8
- 29
- 52
1
vote
1 answer
Which unsupported characters exist for the dotenv file?
I'm trying to store a Facebook API Access-Token in Fortrabbit's environment variables. (.env and app secret)
But I get the message:
Unsupported characters or malformed nested ENV vars.
I think the problem might be, that my token contains a |…

woeps
- 13
- 6
1
vote
1 answer
Git push to Fortrabbit fails: No space left on device
When trying to deploy to Fortrabbit today from my local machine, I received a strange error stating there's No space left on device. Is this a Fortrabbit problem or a local problem? There is plenty of space on the server as I just create the app. I…

Amanda Saffer
- 31
- 5
1
vote
0 answers
Undefined index: driver for Laravel 5 deploy
I created a brand new Laravel 5 project with this short shell script (gist link) and created an app on Fortrabbit to deploy it to. When I checked everything into git and pushed it up I got the below error:
Deployment file:
not found
Pre-script:
…

Connor Leech
- 18,052
- 30
- 105
- 150
1
vote
1 answer
Laravel (or server?) is redirecting (only) one route to http
I have a Laravel app running on Fortrabbit. All it's routes are an API (except for /). The frontend talks to the backend via the API. The frontend is served via https, as are all the routes.
Everything works via https: the assets, the API calls. All…

Christof
- 3,777
- 4
- 37
- 49
1
vote
2 answers
The only supported ciphers - Laravel hosting on Fortrabbit
This question is all over stackoverflow but I just had to post it again.
Mine is actually on Fortrabbit, I've been having this error on Fortrabbit for a Laravel 5.4 App, even after I've generated the key with php artisan key:generate and in my…

Michel
- 1,065
- 1
- 10
- 25
1
vote
0 answers
Fortrabbit deployment error on push
I'm trying to deploy an app on fortrabbit but I'm getting some problems, the latest one is this, even If I comment that line it just goes straing to the next provider, I don't know what to do anymore. Everything works perfectly locally.
> php…

Bruno Teixeira
- 565
- 4
- 11
- 25