MorganCabral / sse-library

A CMS driven library book management system built on top of Django.
10 stars 2 forks source link

Unify install scripts #4

Closed MorganCabral closed 12 years ago

MorganCabral commented 12 years ago

Right now there are two install scripts in the project which are being used in an inconsistent way. install.sh is intended to be curl'd into the shell, while megaInstall.sh is intend to be downloaded. megaInstall.sh runs install.sh internally. I think it would be cleaner if we only have just one install script which handles setting up the system for us.

As an aside, this change will require us to update some of the wiki documentation. I can take a look at that once the install script is updated.

I have assigned this issue to @smy2748 but if @thenickperson wants to take a look at this, that works too.

nickserv commented 12 years ago

Done. Feel free to improve the merging of these scripts or reopen the issue if need be.