Commit Graph

410402 Commits

Author SHA1 Message Date
Sameer Naik 0533508241 readme: removed link to non-existent page 2016-06-17 22:44:37 +05:30
Sameer Naik 17adf9dbdd fix the `docker-compose.yml` download url 2016-06-17 22:40:37 +05:30
Miguel Ángel Martínez Triviño 879edcd942 Merge pull request #9 from sameersbn/let-me-explain
readme: clean up the README.
2016-06-17 10:07:24 -07:00
Sameer Naik 13ab3b0016 readme: second pass 2016-06-17 22:30:45 +05:30
Miguel Ángel Martínez Triviño fa4a7a435c Merge pull request #7 from sameersbn/use-nc
use `nc` for database server connection test
2016-06-17 09:42:47 -07:00
Alexander Nestorov 0e4f6489d1 Fix typo 2016-06-17 18:04:22 +02:00
Alexander Nestorov eadb580ad5 Add README.md 2016-06-17 14:17:19 +02:00
Alexander Nestorov c99401b3e8 Speed up creation of Laravel project 2016-06-17 13:52:59 +02:00
Miguel Martinez ce20858322 Adding Database section 2016-06-16 16:12:25 -07:00
Miguel Martinez fb05f26fd0 Small change 2016-06-16 16:01:14 -07:00
Miguel Martinez 90d4f181c8 Adding README 2016-06-16 15:59:11 -07:00
Alexander Nestorov 566d889641 Upgrade Laravel to latest stable, avoiding some bugs 2016-06-16 22:22:17 +02:00
Tomas 0204fedc0e First commit 2016-06-16 18:39:10 +02:00
Alexander Nestorov fd3627389a Initial commit 2016-06-16 17:56:13 +02:00
Miguel Martinez 0ab5f05ee7 first commit 2016-06-16 08:52:53 -07:00
Tomas cdbb553427 Fixed wrong volume information in README.md 2016-06-16 17:47:55 +02:00
Tomas 79799db1fc First commit 2016-06-16 11:31:06 +02:00
tompizmor 19e9afa5cb Merge pull request #8 from bitnami/8.1
Updated Drupal to 8.1.3 version
2016-06-16 10:41:23 +02:00
Tomas ee66cd6333 Updated Drupal to 8.1.3 version 2016-06-16 10:39:18 +02:00
Miguel Martinez b0bc60fb2c Typos 2016-06-15 15:10:23 -07:00
Miguel Martinez 3ce3e24a29 Adding Example config file 2016-06-15 14:43:40 -07:00
Miguel Martinez 997ba7e810 Fixing MongoDb host 2016-06-15 14:01:17 -07:00
Miguel Martinez 44eb15e3a5 Moving to MongoDB 2016-06-15 13:53:06 -07:00
Miguel Martinez 35a5e39b39 Express Up and Running without database 2016-06-15 11:37:18 -07:00
Miguel Ángel Martínez Triviño cb6a48e183 Merge pull request #1 from bitnami/stacksmith/add-dockerfile-ur4qay6
stacksmith: Add Dockerfile
2016-06-15 10:41:06 -07:00
stacksmith-bot 882e0d651d stacksmith: Add Dockerfile 2016-06-15 10:40:49 -07:00
Miguel Martinez 02f8d4e519 first commit 2016-06-15 10:40:25 -07:00
Sameer Naik be47566afc use `nc` for database server connection test 2016-06-14 21:07:27 +05:30
Sameer Naik 68b799ccc9 use direct link 2016-06-14 20:03:57 +05:30
Miguel Ángel Martínez Triviño 683fc2bb70 Merge pull request #4 from sameersbn/db-migrate
run database migration at launch if required
2016-06-10 09:08:15 -07:00
Sameer Naik 95d18d7ab3 run database migration at launch if required 2016-06-10 21:33:14 +05:30
Sameer Naik 3785384ccb moved tutorial.md -> README.md 2016-06-10 16:25:28 +05:30
Sameer Naik 61e9ad2336 install `postgresql-libraries` module 2016-06-10 15:57:46 +05:30
Sameer Naik cdcc10172a Merge pull request #3 from sameersbn/rails-dev-tutorial
docs: added rails developer tutorial
2016-06-10 12:19:20 +05:30
Sameer Naik 979a1157ea docs: added rails developer tutorial 2016-06-09 23:33:55 +05:30
Josh Pollock fc287f77ce Fix spelling of WordPress (#16)
capital_P_dangit()
2016-06-08 12:40:04 +05:30
Miguel Martinez 90196da4a9 Removing build line 2016-06-07 09:48:12 -07:00
Miguel Martinez 1b56183f6e Fixing mariadb version and removing volumes 2016-06-07 09:27:48 -07:00
davidbhlm-github 59a86e779e Merge pull request #16 from bitnami/3.2
New Redmine 3.2.3 version
2016-06-07 12:24:26 +02:00
David Gomez 0983523162 New Redmine 3.2.3 version 2016-06-07 12:03:22 +02:00
Miguel Martinez 040c807c72 Fixing indentation 2016-06-06 18:49:25 -07:00
Sameer Naik 6d31d367e2 Stacksmith merger (#24)
* switch to harpoon installer

* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image

* removed unused files

* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image

* organize dockerfile for stacksmith (#2)

* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* removed `BITNAMI_APP_VOL_PREFIX` macro
* moved hacks to `app-entrypoint.sh`
* organize dockerfile for stacksmith
* tests: updated

* Bump version (#3)

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`

* upgrade to `postgresql-9.4.5-1`

* password for `postgres` user is now optional

* upgrade to `postgresql-9.4.5-2`

* organize dockerfile

* ignore `.git/` and `tests/` directories in docker builds

* ignore `pkg-cache/` in git

* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to `PATH`

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage

* tests: cannot login as postgres user without a password

* add `POSTGRES_DB` env param to create database

* add `POSTGRES_USER` env param to create custom user

* add parameters to support master/slave replication

* update to postgresql-9.5.3-0

* readme: updated

* updated to `postgresql-9.5.3-1`
2016-06-06 09:07:57 -07:00
Adnan Abdulhussein 254353931b Merge pull request #19 from sameersbn/stacksmith-merger
Stacksmith merger
2016-06-06 09:03:43 -07:00
juan131 bbd3b7c1a8 Merge pull request #7 from bitnami/8.1.2
Drupal version 8.1.2
2016-06-06 11:57:35 +02:00
Juan Ariza 5d3814a267 Drupal version 8.1.2 2016-06-06 11:56:34 +02:00
Miguel Martinez d3a4731407 Pasting files in root dir 2016-06-03 14:46:28 -07:00
Miguel Martinez 9fc0a96494 Added Rails App setup 2016-06-03 14:16:24 -07:00
Miguel Martinez 8dea5c77a6 Installing Rails 4.2.6 2016-06-03 10:23:05 -07:00
Miguel Ángel Martínez Triviño 383b124ec3 Merge pull request #2 from bitnami/stacksmith/add-dockerfile-2v2yvmx
stacksmith: Add Dockerfile
2016-06-03 10:13:36 -07:00
stacksmith-bot 31b35f6a0f stacksmith: Add Dockerfile 2016-06-03 10:12:58 -07:00