Commit Graph

44 Commits

Author SHA1 Message Date
Walter edbfdc6eb1 pointed wget to snipe master 2015-11-24 09:13:01 -05:00
Wahlstedt, Walter f8014c4677 Insure running as root. added comment
added comment to ubuntu installer so people know to wait.
2015-11-23 16:37:54 -05:00
Wahlstedt, Walter aa834aa72b Merged changes to new snipeit.sh install file. 2015-11-23 16:04:12 -05:00
Wahlstedt, Walter 400b97c40a Merge remote-tracking branch 'refs/remotes/snipe/develop' into develop
Conflicts:
	install.sh
2015-11-23 16:02:59 -05:00
Wahlstedt, Walter fb59ad9fe6 remove force root 2015-11-23 15:15:08 -05:00
Wahlstedt, Walter 4de42f69ba adding some IO redirection 2015-11-23 14:40:15 -05:00
snipe 67a58221eb Fixes #1368 - typos in installer 2015-11-20 07:30:40 -08:00
Walter a0f2ad5d54 point to dev 2015-11-19 21:32:58 -05:00
Walter 2c7553e81e Setting up logging for the install script 2015-11-19 21:15:47 -05:00
Walter 9f43b6af9f fixed apache config file 2015-11-06 15:17:54 -05:00
Walter a47a4e83e2 fixed issues with sed command and / 2015-11-06 11:53:07 -05:00
Walter ca1384504a fixed tzone variable assignment 2015-11-06 10:03:58 -05:00
Walter fc6bb7f056 sets the timezone automatically 2015-11-06 09:02:51 -05:00
Walter 62cee46a83 update webdir for debian and fix the error logs 2015-11-06 08:30:51 -05:00
Walter c94ece2925 changed replace for sed command 2015-11-05 21:42:20 -05:00
Walter 5d5882ea5b moved the permissions changes to the end 2015-11-05 21:40:51 -05:00
Walter 61fc912c47 moving permisions block and some mysql stuff 2015-11-05 16:25:03 -05:00
Walter e54bbcd37f working on debian installer 2015-11-04 21:14:19 -05:00
Walter 56b50468d2 fixed packages for centos6 2015-11-04 16:01:25 -05:00
Walter c7057f550f removed a var 2015-11-04 10:08:04 -05:00
Walter 037cda36b2 formatting 2015-11-04 09:17:16 -05:00
Walter f3de39efd6 syncing centos 6 and centos 7
wasnt replacing production.yourserver.com with the fdqn. took out
http://
changed .conf file name to $name.conf instead of $fdqn.conf
2015-11-04 09:06:48 -05:00
Walter 0d1544c3d6 Fixing some package issues and syntax errors 2015-11-03 16:29:18 -05:00
Walter 958672dfd3 Fixed missing vars and typos 2015-11-03 14:12:21 -05:00
Walter 7355fd9ebe Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	install.sh
2015-11-03 13:39:12 -05:00
Walter 5df26f9b0a Fixed the ubuntu install portion that i broke 2015-11-03 13:33:03 -05:00
Walter 9f12b6a084 Should be read to merge! 2015-11-01 11:35:33 -05:00
Walter 187ab53c18 centos > ubuntu :) 2015-11-01 11:03:02 -05:00
Walter e35de90806 Version checking should work now 2015-11-01 10:57:25 -05:00
Walter 800100c0cc working on centos 6 switch case 2015-10-30 21:26:59 -04:00
Walter 7e6d142c1f Moving more stuff to the tmp dir 2015-10-30 00:00:07 -04:00
Walter da17603be1 use tmp dir and set mariadb root pass
use /tmp/snipeit for working with files and clean that up at the end.
also use mysql_secure_installation to set the root password instead of
setting it and making the user input it again.
2015-10-29 23:41:22 -04:00
Walter 34530b209f working on case statement 2015-10-29 22:54:26 -04:00
Walter 760e2fca01 Changed from if/else to case statement
I changed the if/else statement to a case statement so that we can do
multiple os/versions. Also added the working code for CentOS 7 that I
will backport to CentOS 6. Need to add OS version detection.
2015-10-29 22:31:45 -04:00
Walter d1e977b85a force sudo 2015-10-29 22:10:56 -04:00
Walter 21cc1e9aec more formatting 2015-10-29 22:04:28 -04:00
Walter 346090ebff removing un-needed echo 2015-10-29 21:51:44 -04:00
Walter 40ca02481d Working on formatting
Added a banner and made the formatting a little easier to follow
2015-10-29 20:54:49 -04:00
Patrick Gallagher 7087a191c6 Typo in package name
php-gd should be php5-gd.
2015-10-21 21:18:06 -04:00
Patrick Gallagher 58f323721c Include installation of php-gd for Ubuntu
php-gd is installed for RH distros, but not Ubuntu.
2015-10-19 11:50:38 -04:00
hawk554 0511b0777f Set replace for http on url in app.php
The script keeps the "url" variable set as https in $dir/app/config/production/app.php but the script sets up the apache for http. The only problem this caused for me was the "Dashboard" and "Snipe-IT" button's href was set to https.
2015-09-18 09:13:29 -05:00
Michael T b402a68bc2 Install Snipe-It on a clean Ubuntu/CentOS install
This script is designed to install Snipe-It on a fresh install of Ubuntu or CentOS.  You will receive minimal options regarding setting passwords and the script should take care of the rest.  The purpose of this script is to install Snipe-It on a server that will be dedicated to the application.

This was tested on Ubuntu 14.04 and CentOS 7, YMMV with different OS versions.
2015-09-10 15:08:07 -07:00
mtucker6784 dfa0ddb49f Installer modified for 2.0 (develop currently) 2015-07-29 01:03:56 -07:00
Michael T 85ba7c3a15 Create install.sh
This script will

1. Ask for Snipe it version 1.2.8 or 2.0
2. Detect distro version (between CentOS and Debian/Ubuntu)
3. Install all software and dependencies, create vhosts.

This isn't the smartest script, and it needs a little love, and I'm on the fence about SMTP settings.  Would love feedback about the SMTP part, and the whole script in general.  I'll be glad to fine tune it some more,  I just need a point in the right direction. Hopefully if this is merged in 2.0, it won't cause a huge influx of tickets.  This is the first time I've contributed to a project like this, so I don't know the social norms; if having my name at the top isn't appropriate (or fit in with the scope of Snipe It), we can remove it. No big deal, just wanted to have my name somewhere, but it's not a make-it-or-break-it thing for me :o)
2015-08-02 20:59:04 -07:00