Actions
Feature #3219
closed[Docker] further docker image improvements
Story points:
1.0
Updated by Ward Vandewege over 11 years ago
- Subject changed from further docker image improvements to [LOCAL] further docker image improvements
Updated by Ward Vandewege over 11 years ago
- Target version changed from 2014-07-16 Sprint to 2014-08-06 Sprint
Updated by Ward Vandewege over 11 years ago
- Subject changed from [LOCAL] further docker image improvements to [Docker] further docker image improvements
Updated by Ward Vandewege over 11 years ago
Review instructions:
check out the 3219-further-docker-improvements branch.
build the docs:
cd doc
rake
Then follow the 'installation with docker' instructions and see if it works for you. Building the images takes a while, ~20 min on my machine (and YMMV)
Updated by Tim Pierce over 11 years ago
From a fresh Docker build, after make realclean and deepclean, I cannot log in because my account is not automatically made active. My config.yml file has:
API_AUTO_ADMIN_USER: twp@curoverse.com
and after attempting to log in, the following User record is created in the database (reformatted for readability):
2.1.2 :003 > User.find_by_email("twp@curoverse.com")
User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'twp@curoverse.com' LIMIT 1
=> #<User id: 34,
uuid: "twp01-tpzed-ty5p61c28oxznuf",
owner_uuid: "twp01-tpzed-000000000000000",
created_at: "2014-07-28 16:25:41",
modified_by_client_uuid: nil,
modified_by_user_uuid: "twp01-tpzed-000000000000000",
modified_at: "2014-07-28 16:25:41",
email: "twp@curoverse.com",
first_name: "Tim",
last_name: "Pierce",
identity_url: "https://www.google.com/accounts/o8/id?id=AItOawkbYj...",
is_admin: nil,
prefs: {},
updated_at: "2014-07-28 16:25:41",
default_owner_uuid: nil,
is_active: false>
Actions