Tristan Storch
|
69e332f432
|
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
|
10 years ago |
Unknwon
|
8dd07c0ddd
|
New UI merge in progress
|
10 years ago |
crystaldust
|
1560abe553
|
Add the MEM db config replacement script in the deploy.sh.
|
11 years ago |
crystaldust
|
213b366959
|
Remove the installation of PostgreSQL, which not needed actually.
|
11 years ago |
Lance Ju
|
f456f964ec
|
Add the apt source when installing potgres.
Replace the host with $DB_PORT, which is dependent to the database imagae's exposed port.
|
11 years ago |
Lance Ju
|
8080beea85
|
Add the line to replace the database type.
Replace the 'mysql' options with 'db' options, makeing the config according to the database type.
|
11 years ago |
Lance Ju
|
2315dc39b6
|
Add the auto build scripts for deplying gogs with Docker.
|
11 years ago |
crystaldust
|
5966dd78e6
|
Add the scirpts for auto deploy.
|
11 years ago |