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

Please give us a non heroku install #308

Open
gerroon opened this issue Jun 4, 2018 · 11 comments
Open

Please give us a non heroku install #308

gerroon opened this issue Jun 4, 2018 · 11 comments

Comments

@gerroon
Copy link

gerroon commented Jun 4, 2018

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

@dnwilson
Copy link

Trying to deploy to digitalocean with dokku any tips?

@jmblasco
Copy link

jmblasco commented Aug 8, 2018

It seems impossible to install in another linux vps.

@dnwilson
Copy link

dnwilson commented Aug 8, 2018

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

@jmblasco
Copy link

jmblasco commented Aug 9, 2018

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

@jvasquezgeain
Copy link

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.

@dnwilson
Copy link

dnwilson commented Aug 9, 2018

@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

@proptrading
Copy link

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

@dnwilson
Copy link

@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"
    }
  }
}

@timothymunyao
Copy link

anyone tried hosting on google app engine?

@m3astwood
Copy link

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

@sonic182
Copy link
Contributor

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

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

8 participants