issue installing gitlabhq 1000bytes
Created by: davemackintosh
I have an issue installing gitlabhq (entirely different to my other issue)
I spotted this https://github.com/gitlabhq/gitlabhq/issues/545 but its entirely not helpful.
I have roughly the same error message:
add_index("taggings", ["taggable_id", "taggable_type", "context"], {:name=>"index_taggings_on_taggable_id_and_taggable_type_and_context"})
rake aborted!
Mysql2::Error: Specified key was too long; max key length is 1000 bytes: CREATE INDEX index_taggings_on_taggable_id_and_taggable_type_and_context
ON taggings
(taggable_id
, taggable_type
, context
)
Tasks: TOP => db:schema:load
(See full trace by running task with --trace)
== Seed from /home/gitlabhq/gitlabhq/db/fixtures/production/001_admin.rb
rake aborted!
Mysql2::Error: Table 'gitlabhq_production.users' doesn't exist: SHOW FULL FIELDS FROM `users`
Tasks: TOP => db:seed_fu
(See full trace by running task with --trace)
I have Google'd for several hours now and can't find anything, I have never seen this issue when installing before. Any help would be great.
Also, are there instructions anywhere on how to completely remove gitlabhq in the event its not for me?
Thanks, Dave