Created
March 15, 2015 01:55
-
-
Save diegoaguilar/a12eb4df24a581a9bd37 to your computer and use it in GitHub Desktop.
taiga-docker output for setup.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unable to find image 'postgres' locally | |
Pulling repository postgres | |
0e9ef8dc211f: Pulling image (latest) from postgres, endpoint: https://registry-1.docker.io0e9ef8dc211f: Download complete | |
511136ea3c5a: Download complete | |
36669626e49c: Download complete | |
d5570ef1464a: Download complete | |
66813de2b8c6: Download complete | |
0edb988bab32: Download complete | |
f4c77afee761: Download complete | |
4795a24c1739: Download complete | |
29183af01155: Download complete | |
19b79ab516bf: Download complete | |
a60719271330: Download complete | |
5113be80575b: Download complete | |
323b59cdb0a2: Download complete | |
5113ea48dd42: Download complete | |
e4add9facfba: Download complete | |
04a322d3ba42: Download complete | |
7e653bdba058: Download complete | |
9032554df63c: Download complete | |
473c9780385c: Download complete | |
57daed69c88d: Download complete | |
ef609ae3ba7f: Download complete | |
50c29d84d132: Download complete | |
Status: Downloaded newer image for postgres:latest | |
b714aa13d322e639d7848ba42db8ef0209897845452d03071300557d706f58d3 | |
Unable to find image 'ipedrazas/taiga-back' locally | |
Pulling repository ipedrazas/taiga-back | |
6b45222e1fc1: Pulling dependent layers | |
511136ea3c5a: Download complete | |
743c1e45e688: Download complete | |
a841579d7409: Download complete | |
badcb042f7c9: Download complete | |
b29f3767498b: Download complete | |
5811d3aa446c: Download complete | |
6b45222e1fc1: Download complete | |
ee52ceaf6c31: Download complete | |
b55eafa74fcc: Download complete | |
e0978cc70d9d: Download complete | |
e69f5b224f72: Download complete | |
e009cd4bd55f: Download complete | |
aebbfb766315: Download complete | |
dff8499ef164: Download complete | |
d6d21bc4a01b: Download complete | |
9af472b26bb6: Download complete | |
902c31eb2aef: Download complete | |
a67b51482819: Download complete | |
fc6cdce3b0ef: Download complete | |
5990527d1e00: Download complete | |
0a1d61f46346: Download complete | |
942b4e8e6f81: Download complete | |
131457c9642d: Download complete | |
411d98b55756: Download complete | |
392c63e845aa: Download complete | |
aaf19162ba91: Download complete | |
34e512a85561: Download complete | |
c04702526b81: Download complete | |
34b751bb78c9: Download complete | |
4d95815ac6fe: Download complete | |
Status: Downloaded newer image for ipedrazas/taiga-back:latest | |
8b917041c30d81ed5d20284549c23feb5ce57304b9fa281fc006ece410b2252a | |
Unable to find image 'ipedrazas/taiga-front' locally | |
Pulling repository ipedrazas/taiga-front | |
05bde675d1f0: Download complete | |
511136ea3c5a: Download complete | |
6d94bb8b50b2: Download complete | |
b2eda1f5dec1: Download complete | |
d5bb85762fca: Download complete | |
c6342d18c780: Download complete | |
5e2cfbecdfb9: Download complete | |
7af4817536b5: Download complete | |
b2d4ed08ff38: Download complete | |
8be936133f37: Download complete | |
e84f5cbd19b9: Download complete | |
d5c2f5cc734a: Download complete | |
f105576f63a6: Download complete | |
f3abb833cea7: Download complete | |
864960449d59: Download complete | |
dc369b537ace: Download complete | |
7d607cca8c4d: Download complete | |
290733b2a5ad: Download complete | |
ec232ccc7df0: Download complete | |
1ccbd757ef83: Download complete | |
a41dae303168: Download complete | |
Status: Downloaded newer image for ipedrazas/taiga-front:latest | |
325b7fa9726ecaae27e4e9d4e2c7db7a24fa27e4e3628262be4a077a8434d4e5 | |
2015/03/14 21:50:41 Error response from daemon: Cannot start container 325b7fa9726ecaae27e4e9d4e2c7db7a24fa27e4e3628262be4a077a8434d4e5: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use | |
-> Remove taiga DB | |
regenerate.sh: line 5: dropdb: command not found | |
-> Create taiga DB | |
regenerate.sh: line 7: createdb: command not found | |
-> Run syncdb | |
Trying import local.py settings... | |
Monkey patching... | |
Operations to perform: | |
Synchronize unmigrated apps: djmail, rest_framework, export_import, front, searches, django_jinja | |
Apply all migrations: issues, users, easy_thumbnails, references, milestones, wiki, attachments, sessions, projects, userstories, admin, notifications, tasks, userstorage, auth, history, timeline, votes, contenttypes | |
Synchronizing apps without migrations: | |
Creating tables... | |
Creating table djmail_message | |
Installing custom SQL... | |
Installing indexes... | |
Running migrations: | |
Applying contenttypes.0001_initial... OK | |
Applying users.0001_initial... OK | |
Applying admin.0001_initial... OK | |
Applying users.0002_auto_20140903_0916... OK | |
Applying projects.0001_initial... OK | |
Applying projects.0002_auto_20140903_0920... OK | |
Applying attachments.0001_initial... OK | |
Applying attachments.0002_add_size_and_name_fields... OK | |
Applying auth.0001_initial... OK | |
Applying easy_thumbnails.0001_initial... OK | |
Applying easy_thumbnails.0002_thumbnaildimensions... OK | |
Applying history.0001_initial... OK | |
Applying history.0002_auto_20140916_0936... OK | |
Applying history.0003_auto_20140917_1405... OK | |
Applying history.0004_historyentry_is_hidden... OK | |
Applying milestones.0001_initial... OK | |
Applying issues.0001_initial... OK | |
Applying notifications.0001_initial... OK | |
Applying projects.0003_auto_20140913_1710... OK | |
Applying projects.0004_auto_20141002_2337... OK | |
Applying references.0001_initial... OK | |
Applying sessions.0001_initial... OK | |
Applying users.0003_auto_20140903_0925... OK | |
Applying userstories.0001_initial... OK | |
Applying tasks.0001_initial... OK | |
Applying tasks.0002_tasks_order_fields... OK | |
Applying timeline.0001_initial... OK | |
Applying users.0004_auto_20140913_1914... OK | |
Applying users.0005_alter_user_photo... OK | |
Applying userstorage.0001_initial... OK | |
Applying userstories.0002_auto_20140903_1301... OK | |
Applying userstories.0003_userstory_order_fields... OK | |
Applying userstories.0004_auto_20141001_1817... OK | |
Applying votes.0001_initial... OK | |
Applying wiki.0001_initial... OK | |
-> Load initial user | |
Trying import local.py settings... | |
Monkey patching... | |
Installed 1 object(s) from 1 fixture(s) | |
-> Load initial project_templates | |
Trying import local.py settings... | |
Monkey patching... | |
Installed 2 object(s) from 1 fixture(s) | |
-> Load initial roles | |
Trying import local.py settings... | |
Monkey patching... | |
Installed 0 object(s) from 0 fixture(s) | |
-> Generate sample data | |
Trying import local.py settings... | |
Monkey patching... | |
Traceback (most recent call last): | |
File "manage.py", line 10, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/local/lib/python3.4/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line | |
utility.execute() | |
File "/usr/local/lib/python3.4/site-packages/django/core/management/__init__.py", line 377, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python3.4/site-packages/django/core/management/base.py", line 288, in run_from_argv | |
self.execute(*args, **options.__dict__) | |
File "/usr/local/lib/python3.4/site-packages/django/core/management/base.py", line 338, in execute | |
output = self.handle(*args, **options) | |
File "/usr/local/lib/python3.4/site-packages/django/db/transaction.py", line 394, in inner | |
return func(*args, **kwargs) | |
File "/taiga/taiga/projects/management/commands/sample_data.py", line 117, in handle | |
self.users.append(self.create_user(counter=x)) | |
File "/taiga/taiga/projects/management/commands/sample_data.py", line 351, in create_user | |
full_name = full_name or "{} {}".format(self.sd.name('es'), self.sd.surname('es', number=1)) | |
File "/usr/local/lib/python3.4/site-packages/sampledatahelper/mixins/localized_mixin.py", line 33, in name | |
return Name().generate(self, locale, number, as_list) | |
File "/usr/local/lib/python3.4/site-packages/sampledatahelper/l10n/names.py", line 43, in generate | |
names = self.get_names(locale) | |
File "/usr/local/lib/python3.4/site-packages/sampledatahelper/l10n/names.py", line 24, in get_names | |
self.__load_locale(locale) | |
File "/usr/local/lib/python3.4/site-packages/sampledatahelper/l10n/names.py", line 19, in __load_locale | |
Name.data[locale] = json.load(fd) | |
File "/usr/local/lib/python3.4/json/__init__.py", line 265, in load | |
return loads(fp.read(), | |
File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode | |
return codecs.ascii_decode(input, self.errors)[0] | |
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3925: ordinal not in range(128) | |
taiga-front | |
taiga-back | |
postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment