Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
chromium-headless \
firefox
-all:
+all: install_indexdata_repo install_rpms install_cpan
+
+install_indexdata_repo:
make -f $(DIR)/Makefile.common install_indexdata_centos_repo
- install_rpms
+
+install_cpan:
make -f $(DIR)/Makefile.common install_cpan
make -f $(DIR)/Makefile.common install_cpan_force
make -f $(DIR)/Makefile.common install_cpan_pgsql
postgresql-plperl \
postgresql-server
-all:
+DEVELOPER_RPMS = \
+ autoconf \
+ automake \
+ chromium-headless \
+ firefox
+
+all: install_indexdata_repo install_rpms install_cpan
+
+install_indexdata_repo:
make -f $(DIR)/Makefile.common install_indexdata_centos_repo
- install_rpms
+
+install_cpan:
make -f $(DIR)/Makefile.common install_cpan
make -f $(DIR)/Makefile.common install_cpan_force
make -f $(DIR)/Makefile.common install_cpan_pgsql
yum -y update
yum -y install $(RPMS)
+install_developer:
+ yum -y install $(DEVELOPER_RPMS)
+ make -f $(DIR)/Makefile.common install_nodejs_from_source
+
clean:
make -f $(DIR)/Makefile.common clean