85 Commits

Author SHA1 Message Date
Sameer Naik
eefad0d334 install: fixed typo in mkdir command 2014-04-11 21:42:03 +05:30
Sameer Naik
8b00805c40 gitlab: upgraded to gitlab-6.4.2 2014-04-11 21:42:01 +05:30
Sameer Naik
7b745f4a60 gitlab: run assets and cache cleanup at app:start. 2014-04-11 21:41:17 +05:30
Sameer Naik
65316e0e11 gitlab: upgrade to gitlab-6.4.0 2014-04-11 21:41:08 +05:30
Sameer Naik
cbe0da6e36 gitlab: added app:restore command to restore a gitlab backup. 2014-04-11 21:40:10 +05:30
Sameer Naik
1288b689ce gitlab: moved .ssh directory to /home/git/data/.ssh 2014-04-11 21:40:09 +05:30
Sameer Naik
9456d52902 gitlab: moved uploads directory to /home/git/data/uploads 2014-04-11 21:40:09 +05:30
Sameer Naik
231aae2ed2 gitlab: moved backups directory to /home/git/data/backups 2014-04-11 21:40:09 +05:30
Sameer Naik
5a32907c88 gitlab: moved gitlab-satellites directory to /home/git/data/gitlab-satellites 2014-04-11 21:40:09 +05:30
Sameer Naik
ffc4c21aff gitlab: moved repositories directory to /home/git/data/repositories 2014-04-11 21:40:01 +05:30
Sameer Naik
c6b33f5c52 gitlab: added app:backup command to take a backup of the gitlab server 2014-04-11 21:37:36 +05:30
Sameer Naik
b0bae82c02 gitlab: make sure /home/git/gitlab/tmp/backups is owned by user git 2014-04-11 21:37:36 +05:30
Sameer Naik
abcb50de5c install: create the backups directory 2014-04-11 21:37:36 +05:30
Sameer Naik
03389cb962 gitlab: exposed GITLAB_SIGNUP parameter to enable/disable user signup. 2014-04-11 21:37:36 +05:30
Sameer Naik
b10275650e gitlab: added the capability to run any installed *nix command
eg.
docker run -i -t sameersbn/gitlab top -d1
docker run -i -t sameersbn/gitlab /bin/bash -i
...and so on.
2014-04-11 21:37:36 +05:30
Sameer Naik
6ca0eeb949 gitlab: align help text 2014-04-11 21:37:36 +05:30
Sameer Naik
a18a00d928 gitlab: add help command the app: prefix 2014-04-11 21:37:35 +05:30
Sameer Naik
9d9a4d7190 gitlab: add db operation commands the app:db: prefix 2014-04-11 21:37:35 +05:30
Sameer Naik
46067cb393 gitlab: renamed script parameter start -> app:start 2014-04-11 21:37:35 +05:30
Sameer Naik
2dbe13b123 smtp: allow smtp configuration for mail delivery 2014-04-11 21:37:34 +05:30
Sameer Naik
bb2aca04e3 gitlab: indentation fix 2014-04-11 21:37:34 +05:30
TruongSinh Tran-Nguyen
3792d7b870 expose unicorn timeout
Mitigate https://github.com/gitlabhq/gitlabhq/issues/1527
2014-04-11 21:37:34 +05:30
Sameer Naik
705663e1f1 gitlab: install mysql data directory if it does not exist. 2014-04-11 21:37:34 +05:30
Sameer Naik
d41077e761 install: upgrade to gitlab-shell-1.8.0 2014-04-11 21:37:31 +05:30
Sameer Naik
bad37ccd83 install: upgrade to gitlab-6.3.1 2014-04-11 21:36:48 +05:30
Sameer Naik
3818c58c18 install: run bundler --local install only if cache directory is present. 2014-04-11 21:34:49 +05:30
Sameer Naik
7382d10e04 install: make tarball extraction verbose. 2014-04-11 21:28:57 +05:30
Sameer Naik
b533e426d5 resources: copy entire resources directory with a single ADD 2014-04-11 21:25:12 +05:30
Sameer Naik
ce82c1ffed gitlab: added bash command to start a interactive bash shell 2014-04-11 21:23:16 +05:30
Sameer Naik
40886d11c5 setup log rotation for supervisord logs 2014-04-11 21:23:15 +05:30
Sameer Naik
c678815e37 gitlab: added migrate command 2014-04-11 21:23:15 +05:30
Sameer Naik
b8ba8ad5ac gitlab: added initialize command 2014-04-11 21:23:14 +05:30
Sameer Naik
f06f9acdc2 gitlab: gitlab script can now be passed commands to perform specific tasks. Defaults to start. 2014-04-11 21:23:14 +05:30
Sameer Naik
fa20322c0a renamed resources/start to resources/gitlab 2014-04-11 21:21:51 +05:30
Sameer Naik
0d87aa80e4 install: cleanups 2014-04-11 21:20:40 +05:30
Sameer Naik
caae021e9d install: touch log/production.log so that it is owned by user git 2014-04-11 21:20:38 +05:30
Sameer Naik
6d8af31c89 setup log rotation via logrotate 2014-04-11 21:20:02 +05:30
Matthias Rolke
5cc2a622a7 fix permission of /var/lib/mysql in case it is mounted 2014-04-11 21:19:01 +05:30
Matthias Rolke
3f2589801f update to ruby 2.0, gitlabhq 6.3.0 and gitlab-shell 1.7.9 2014-04-11 21:18:49 +05:30
Sameer Naik
f9b52e9a54 start: check DB exists, create db and grant permissions in the same code block 2014-04-11 21:13:35 +05:30
Sameer Naik
c64a1fa7da start: use the DB_ env variables in the MYSQL CREATE and GRANT commands. 2014-04-11 21:13:35 +05:30
Sameer Naik
dd44c2b6cd install: do not delete contents of /var/lib/mysql/
We now use mysql commands to check of the database exists.
2014-04-11 21:13:35 +05:30
Sameer Naik
4263e85730 start: use the mysql password if specified in the mysql server status check. 2014-04-11 21:13:35 +05:30
Sameer Naik
7bc4deb582 start: added an interactive timeout of 120 seconds for mysqld server to start. 2014-04-11 21:13:35 +05:30
Sameer Naik
9127a22868 authoized_keys: removed my public ssh key from authorized keys 2014-04-11 21:13:34 +05:30
Sameer Naik
49e06daedd fix sshd command 2014-04-11 21:13:34 +05:30
Sameer Naik
0ed22d8372 delete mysql database files at build 2014-04-11 21:13:34 +05:30
Sameer Naik
59511f48be start: automatically initialize the local mysql database only if /var/lib/mysql/mysql directory does not exist. 2014-04-11 21:13:34 +05:30
Sameer Naik
129d943189 set redis run directory to /tmp 2014-04-11 21:13:34 +05:30
Sameer Naik
45feb2cf58 fix supervisord config for redis-server 2014-04-11 21:13:33 +05:30