Skip to content

Commit

Permalink
Added mhamrick's webwork rpm project as a submodules and updated READ…
Browse files Browse the repository at this point in the history
…ME.md
  • Loading branch information
aubreyja committed Mar 21, 2014
1 parent a3a2638 commit fa71e21
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "rpms"]
path = rpms
url = https://github.com/mhamrick/WebWorkRPMs
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repo and opens it in (typically) `/tmp`. Then it runs `install_prerequisites.sh
When `ww_install.pl` exits, it attempts to open webwork in the system's default web browser, copies
webwork_install.log to your top level webwork directory (e.g. `/opt/webwork`) and then deletes the downloaded installation package.

### install_prerequisites.sh
### bin/install_prerequisites.sh

If your system does not have all of the prerequisites installed, then the `install_prerequisites.sh` script
might help. The goal of that script is to install all of the software that WeBWorK depends on. This is also
Expand All @@ -72,7 +72,7 @@ on getting it to install prereqs on other systems such as OpenSUSE and Magia, bu
need to have these prerequisites already installed. If you would like to fill it out for your favorite
linux distro or unix system, I will happily accept pull requests.

### ww_install.pl
### bin/ww_install.pl

The goal of `ww_install.pl` is to install WeBWorK on any system on which the prerequisites are already installed.

Expand Down Expand Up @@ -104,6 +104,13 @@ on your system for webwork to run.
The `conf/` subdirectory contains copies of config files or snippets of config files that this installation package
will ask to modify.

The `deb/` subdirectory contains work (in progress) toward creating a
debian archive for installing webwork.

The `rpms/` subdirectory is Mark Hamrick's work toward creating a webwork
rpm (as a submodule, so I can easily get a hold if it when/if I eventually
start looking at it).

Other Resources
----------------

Expand Down
1 change: 1 addition & 0 deletions rpms
Submodule rpms added at 1c6cc2

0 comments on commit fa71e21

Please sign in to comment.