Philip O'Toole
|
9b4b5dd40a
|
Fix up paths for run and data
|
2015-04-03 12:52:37 -07:00 |
Philip O'Toole
|
af5ae3d68d
|
Merge pull request #1789 from kylezh/pkg
add --config-files option to fpm command
|
2015-03-04 10:53:15 -08:00 |
Philip O'Toole
|
4f2e665365
|
Unconditionally remove the init.d symlink
|
2015-03-02 10:48:04 -08:00 |
Kai Zhang
|
43fc102b8e
|
add --config-files option to fpm command
This is to avoid overwritten of config file when update package.
Signed-off-by: Kai Zhang <zhangk1985@gmail.com>
|
2015-02-28 11:05:10 +08:00 |
Philip O'Toole
|
915e456ecf
|
Explicitly name installation binaries
Fixes #1734.
|
2015-02-25 11:17:34 -08:00 |
Philip O'Toole
|
f369ac351f
|
Fix typo in error message
|
2015-02-11 23:15:18 -08:00 |
Will Fife
|
2c11d3dbe3
|
Changed first line to use /usr/bin/env bash as bash can't be expected
to reside at /bin/bash, for instance on FreeBSD systems its at
/usr/local/bin/bash.
|
2015-02-10 14:18:28 -08:00 |
Philip O'Toole
|
ce0cc84ec1
|
Create, and use, standard path for log file
|
2015-01-29 14:29:21 -08:00 |
Philip O'Toole
|
573989c5cb
|
Merge pull request #1447 from influxdb/increase_fd_limits
Set FD limits to 64K for influxd
|
2015-01-29 14:12:36 -08:00 |
Philip O'Toole
|
42d1f4056c
|
Create 'run' directory tree for influxdb
|
2015-01-29 13:27:17 -08:00 |
Philip O'Toole
|
030c5276a9
|
'go get' packages before building
|
2015-01-29 12:24:51 -08:00 |
Philip O'Toole
|
7f88b8bb16
|
Create link for renamed CLI binary
|
2015-01-28 17:25:50 -08:00 |
Philip O'Toole
|
f328e7a8e6
|
Add detailed packaging instructions
|
2015-01-28 12:21:26 -08:00 |
Philip O'Toole
|
c41b2b64d6
|
Add comment about 'fpm' and AWS CLI prerequisites
|
2015-01-28 09:51:54 -08:00 |
Philip O'Toole
|
2cb2b5d0b5
|
Explicitly set AWS creds during upload
Also, check return codes to make sure everything worked OK.
|
2015-01-28 09:43:19 -08:00 |
Philip O'Toole
|
d543ac2ecb
|
Create symlink to current InfluxDB CLI
|
2015-01-28 00:12:43 -08:00 |
Philip O'Toole
|
59c47fd699
|
Correct typo in packaging script comments
|
2015-01-27 16:25:43 -08:00 |
Philip O'Toole
|
48fdb239c8
|
Rename config file during packaging
|
2015-01-26 17:33:14 -08:00 |
Philip O'Toole
|
176106ec27
|
Merge pull request #1361 from sanga/mini_packaging_improvements
packaging: small improvements to package metadata
|
2015-01-26 09:09:34 -08:00 |
Todd Persen
|
7e2a93c65d
|
Merge pull request #1352 from influxdb/actually_set_version
Actually set 'version' and 'commit' during build
|
2015-01-25 22:26:09 -05:00 |
Tim Sampson
|
0e3e23a408
|
packaging: small improvements to package metadata
|
2015-01-25 20:48:00 +00:00 |
Philip O'Toole
|
e0c2165219
|
Actually set 'version' and 'commit' during build
|
2015-01-22 15:50:20 -08:00 |
Philip O'Toole
|
2c264e1240
|
Support publish of packages to S3
|
2015-01-22 15:31:49 -08:00 |
Philip O'Toole
|
b9c1eea7b8
|
Add simple header to script
|
2015-01-22 14:56:11 -08:00 |
Philip O'Toole
|
813c27f313
|
Set execute bit on init.d symlink
|
2015-01-22 14:45:00 -08:00 |
Philip O'Toole
|
c3b53f8af8
|
Add init.d script to packaging
|
2015-01-22 14:40:16 -08:00 |
Philip O'Toole
|
f1b56c849f
|
Offer to tag source code with version
|
2015-01-22 14:20:24 -08:00 |
Philip O'Toole
|
bae5679c2e
|
Add packaging script for debs and RPMs
No init.d script is yet included.
|
2015-01-22 13:57:51 -08:00 |
John Shahid
|
0b3c3d6182
|
get rid of the shell scripts
|
2014-01-06 11:22:19 -05:00 |
John Shahid
|
b1e6bad2b0
|
some minor changes and more docs
|
2013-12-03 18:58:47 -05:00 |
Paul Dix
|
ec93c7f601
|
Close #20. Fix #78. Add clustering, reads/writes are distributed
|
2013-12-03 18:40:15 -05:00 |
John Shahid
|
5e641c6a2a
|
revert the local levigo changes before packaging
|
2013-11-20 14:59:13 -05:00 |
John Shahid
|
a62e188f99
|
fix the source package
|
2013-11-20 14:04:31 -05:00 |
John Shahid
|
e73fae179f
|
run bundle install when packaging.
|
2013-11-13 17:02:11 -05:00 |
John Shahid
|
d1c72f42f0
|
fix #49. fix the git sha replacement.
|
2013-11-13 11:26:18 -05:00 |
John Shahid
|
71c85ce62f
|
fix #50. package the admin interface from influxdb-admin instead of influxdb-js
|
2013-11-13 11:06:33 -05:00 |
John Shahid
|
3d44b5cf69
|
fix #26. change the default log and db directories to point to /opt/influxdb.
|
2013-11-09 16:21:53 -05:00 |
John Shahid
|
74e6129865
|
fix #23. init scripts were broken for redhat-based ditros.
|
2013-11-07 17:10:03 -05:00 |
John Shahid
|
69e0935647
|
make the package script less verbose.
|
2013-11-07 10:21:51 -05:00 |
John Shahid
|
7b3344faa0
|
fix #18. don't revert the version before building the 386 packages.
|
2013-11-07 10:17:17 -05:00 |
John Shahid
|
c5145833b9
|
package the source in a tar file.
|
2013-11-07 10:01:31 -05:00 |
John Shahid
|
ce815e96d6
|
uncomment the 386 build.
|
2013-11-06 13:46:15 -05:00 |
John Shahid
|
dbdc280564
|
fix the tar package.
|
2013-11-06 12:20:00 -05:00 |
John Shahid
|
09140e39d3
|
fix #14. change the default admin site location for the packages.
|
2013-11-06 12:04:14 -05:00 |
John Shahid
|
348f61e7ba
|
prefer gemfile and rvm over manually setting up the env.
|
2013-11-04 15:51:57 -05:00 |
John Shahid
|
e283914d80
|
move things slightly and make version and gitSha constants.
|
2013-10-31 11:53:08 -04:00 |
John Shahid
|
60115bc745
|
reenable the 386 build.
|
2013-10-28 12:30:43 -04:00 |
John Shahid
|
5708c2675c
|
disable 386 build for now.
|
2013-10-28 12:28:40 -04:00 |
John Shahid
|
3b2d6e4669
|
add a release script.
|
2013-10-28 12:27:47 -04:00 |
John Shahid
|
b25fadd250
|
include the admin assets in the package.
|
2013-10-28 12:17:59 -04:00 |