Non interactive aws install
Created by: dosire
The current installation manual is very well written. But it is still a bit of work to set up a new server.
To offer an alternative to people wanting to try out Gitlab quickly I made a script that does a complete installation on Amazon Web Services. After pasting one line in the server the next step is to log in to a running server that is properly configured (push/pull/email/resque/etc.).
The TODO's as listed in the script are:
- Decide whether to move the howto in this script to installation.md or reference it from there.
- Change dosire/gitlabhq/master links to gitlabhq/gitlabhq/stable when merged in the gitlabhq repo.
On the first on I would like your input.
For he second one I will send a merge request when the this one is merged in.
This is quite a bit of code so please let me know if you prefer changes, I have no problem with changing things.
Merge request reports
Activity
Created by: rspeicher
How about
lib/support/aws
and we move the nginx stuff currently there tolib/support/nginx
? It seems kind of extreme to give it its own root folder.By Administrator on 2012-08-29T00:26:09 (imported from GitLab project)
By Administrator on 2012-08-29T00:26:09 (imported from GitLab)
Created by: dosire
@randx Let me know what I can do to get this in. I'll be glad to change the directory to /doc/aws or to multiple dirs (/lib/support/aws & /lib/support/nginx)
By Administrator on 2012-09-02T10:08:01 (imported from GitLab project)
By Administrator on 2012-09-02T10:08:01 (imported from GitLab)
Created by: dosire
@randx I've moved the files under lib/support/aws as you requested. I've rebased so you should be able to merge via the ui, let me know if this is not the case. In addition I've incorporated the latest changes in installation.md and now use the predefined init files you added 5 days ago.
By Administrator on 2012-09-02T16:34:45 (imported from GitLab project)
By Administrator on 2012-09-02T16:34:45 (imported from GitLab)