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

devsetup script #894

Merged
merged 1 commit into from Oct 23, 2012
Merged

devsetup script #894

merged 1 commit into from Oct 23, 2012

Conversation

iNecas
Copy link
Member

@iNecas iNecas commented Oct 22, 2012

Turns a system set up with katello-configure into a development machine.
It installs development dependencies and reconfigures apache to point into the
new place.

It's recommended to use this approach on a virtual machine. To avoid permission
issues you can clone the repo to /var/katello and run this script as a root.

You can also specify other directory where katello should be cloned (-d option)

You can use the scrip like this:

git clone --recursive git://github.com/Katello/katello.git /var/katello
/var/katello/scripts/devsetup

Turns a system set up with katello-configure into a development machine.
It installs development dependencies and reconfigures apache to point into the
new place.

It's recommended to use this approach on a virtual machine. To avoid permission
issues you can clone the repo to /var/katello and run this script as a root.

You can also specify other directory where katello should be cloned (-d option)

You can use the scrip like this:

    git clone --recursive git://github.com/Katello/katello.git /var/katello
    /var/katello/scripts/devsetup
@lzap
Copy link
Contributor

lzap commented Oct 23, 2012

I vote not to pollute src/script directory more. I mean, we distribute this directory and we should consider creating a new one for those "extra" development scripts maybe, because it gets installed, or we need to add additional %except line to the spec file which seems to be nasty.

What I am gonna do is I am gonna merge this script and then file another request moving some of these scripts which should not be installed by default into another directory.

lzap added a commit that referenced this pull request Oct 23, 2012
@lzap lzap merged commit f439b61 into Katello:master Oct 23, 2012
@lzap
Copy link
Contributor

lzap commented Oct 23, 2012

Ah I just noticed this is a script in git:scripts and not git:scr/script :-) Fine, no changes, good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants