rails database setup without sudo access
April 3, 2016 3:32 PM Subscribe
Can I set up a postgres db without access to root? If not, why not?
Best answer: One annoyance may be that the standard port 80 will be restricted and access will need a port number like: http://www.example.com:8080
posted by sammyo at 5:26 PM on April 3, 2016
posted by sammyo at 5:26 PM on April 3, 2016
Best answer: PostgreSQL doesn't use port 80 by default, sammyo, nor does it speak HTTP (thankfully). Rails can do both but that has no impact on the database nor on connecting to it.
posted by vsync at 6:30 PM on April 3, 2016 [1 favorite]
posted by vsync at 6:30 PM on April 3, 2016 [1 favorite]
This thread is closed to new comments.
posted by borsboom at 3:55 PM on April 3, 2016 [1 favorite]