siwapp-ror icon indicating copy to clipboard operation
siwapp-ror copied to clipboard

Please give us a non heroku install

Open gerroon opened this issue 6 years ago • 11 comments

HI

I am just a user and I do not know what heroku is, I try to follow your install guide asking me my heroku creds. I am not a dev and I should not be providing some 3rd part credfs to insall this app at least last time I installed this long time ago I did not need it.

It would be nice if you can provide straight forward installation for non dev users. If that is the only way then I guess I will personally need to move on to another application.

thanks

gerroon avatar Jun 04 '18 01:06 gerroon

Trying to deploy to digitalocean with dokku any tips?

dnwilson avatar Jun 12 '18 14:06 dnwilson

It seems impossible to install in another linux vps.

jmblasco avatar Aug 08 '18 10:08 jmblasco

@jmblasco I was able to get this installed on digital ocean. I can submit the changes made in a few if you are interested.

dnwilson avatar Aug 08 '18 13:08 dnwilson

Yes, of course, Dane. Publish it asap. I'll try in my own vps (aruba.it).

jmblasco avatar Aug 09 '18 08:08 jmblasco

Dear sir, I need to deploy the siwapp project on a centos server. The siwapp (RoR) project does not allow me to perform the deployment on my server using the bundle procedure.

You can provide me with some documentation about the deployment on a server other than heroku.

jvasquezgeain avatar Aug 09 '18 13:08 jvasquezgeain

@jvasquezgeain @jmblasco this might help. This is taking into consideration that you've setup dokku on your VPS https://github.com/siwapp/siwapp/pull/310

dnwilson avatar Aug 09 '18 15:08 dnwilson

Hello @dnwilson and thanks for your great contribution. Could you explain in few lines how to command a fresh siwapp install with dokku? Best regards

proptrading avatar Sep 16 '18 22:09 proptrading

@proptrading sorry about the delay. You need to add an app.json file. "predeploy": "bundle exec rake db:setup" - is the key line in this file and is only necessary for the very first deploy.


{
  "name": "siwapp",
  "description": "Online Invoice Management",
  "keywords": [
    "dokku",
    "rails",
    "siwapp"
  ],
  "scripts": {
    "dokku": {
      "predeploy": "bundle exec rake db:setup",
      "postdeploy": "bundle exec rake db:migrate"
    }
  }
}

dnwilson avatar Sep 24 '18 16:09 dnwilson

anyone tried hosting on google app engine?

timothymunyao avatar Mar 13 '19 08:03 timothymunyao

Instructions for a basic install on a barebones linux machine would be great too.

m3astwood avatar Jun 30 '21 15:06 m3astwood

Instructions for a basic install on a barebones linux machine would be great too.

The default instructions for ruby on rails will work

The only extra stuff is to do rake db:setup for the first setup of the app

sonic182 avatar May 12 '22 12:05 sonic182