Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Planning Suite] Vagrant setup is not complete #236

Open
kraxner opened this issue Jul 25, 2014 · 0 comments
Open

[Planning Suite] Vagrant setup is not complete #236

kraxner opened this issue Jul 25, 2014 · 0 comments
Milestone

Comments

@kraxner
Copy link
Contributor

kraxner commented Jul 25, 2014

The vagrant configuration is not complete

at the moment it users cannot added via dip, but only manually:

insert into IdpRole (id, roleName) values (0, 'admin');
insert into IdpRole (id, roleName) values (2, 'authenticated');

insert into IdpUser (id, dateCreated, email, firstName, lastName, password, status, username) values (0, NOW(), '[email protected]', 'test', 'test', MD5('12345'), 'ACTIVE', 'testuser')

insert into IdpUser_IdpRole (user_id, roles_id) select u.id, r.id from IdpUser u, IdpRole r where u.username = 'testuser' and r.roleName='authenticated' and not exists (select * from IdpUser_IdpRole ur where ur.user_id=u.id and ur.roles_id=r.id );

there are little flaws:

mkdir -p $JBOSS_HOME/modules/eu/scape_project/planning/util/
should be
mkdir -p $JBOSS_HOME/modules/eu/scape_project/planning/util/main/
kraxner added a commit that referenced this issue Jul 30, 2014
@kraxner kraxner added this to the Plato 4.5 milestone Aug 5, 2014
@kraxner kraxner closed this as completed in 2092972 Sep 3, 2014
@kraxner kraxner reopened this Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants