Willi Goesgens
8342953730
Rework installer
...
- no more commands are substituted in from CMakeList.txt - this makes the NSIS template better readable
- BITS are substituted in via the define section
- Build the Registry uninstall key at the start of the file to respect DRY.
- fix error messages
- fix typos in function names
- only try to open Aardvark in the browser if we install a service
- Use Switch instead of Rumpelstilskin if
- Restore the install-type on uninstall first
- we need to set SetShellVarContext according to it so the meaning of
- SHCTX
- $SMPROGRAMS
are right.
- we need to know whether we need to uninstall a service.
2015-03-13 12:53:07 +01:00
Willi Goesgens
f2353a2b73
- de-pidginify error messages
...
- remove traces from the registry so that we vanish from the installed software repository
- Open webinterface after startup.
2015-03-06 17:28:49 +01:00
Frank Celler
4dc55dc447
fixed issue #1247 : debian init script problems
2015-03-03 16:44:21 +01:00
Jan Steemann
a561a96d2b
removed remainders of mruby integration
2015-03-02 19:39:42 +01:00
Frank Celler
179a6ef8ff
release version 2.5.0-alpha1
2015-02-16 09:59:06 +01:00
Willi Goesgens
0e52adc100
make all parts of the travis builds one script again - it didn't offer benefits.
2015-02-10 10:29:05 +01:00
Willi Goesgens
e2f448ec6c
don't compile paralell.
2015-02-04 16:14:54 +01:00
Jan Steemann
0957d37c09
print ulimits
2015-01-26 11:17:07 +01:00
Jan Steemann
da607e9c75
do not build V8
2015-01-26 10:44:12 +01:00
Jan Steemann
c938d4d0af
added executable bit
2015-01-26 08:39:18 +01:00
Jan Steemann
7b8f4871a1
attempt to fix builds killed by travisCI
2015-01-26 08:32:36 +01:00
Jan Steemann
2bf7c0dcd4
add explanation for disabled remote access
2015-01-23 20:00:13 +01:00
Jan Steemann
4021c33145
Revert "added travis_wait"
...
This reverts commit 82d8efbab41cd86e9e1d254f58a4591c3189c331.
2015-01-22 21:46:09 +01:00
Jan Steemann
3fadd7d090
added travis_wait
2015-01-22 20:46:48 +01:00
Willi Goesgens
e925c01651
Update V8-version for the travis pre-compile shellscript too.
2015-01-20 16:05:20 +01:00
Frank Celler
4da006f576
added compression
2015-01-07 19:59:31 +01:00
Frank Celler
3fe7dcc41d
create tar archive with precompiled libs
2015-01-07 19:59:20 +01:00
Frank Celler
dcf95b6d37
using precompiled libraries
2015-01-07 17:51:30 +01:00
Frank Celler
306d658729
removed unused enable options
2015-01-07 16:34:47 +01:00
Frank Celler
745ad931ac
unittests-shell-server-ahuacatl is deprecated
2014-12-21 22:35:54 +01:00
Frank Celler
0368265024
add examples by force
2014-12-18 16:15:09 +01:00
Willi Goesgens
b4ad28dff4
Split Travis build into several steps, so we can fold them in the Travis UI.
2014-12-17 10:45:25 +01:00
Willi Goesgens
aa5ba7db20
Fix typo in makefile.
2014-12-16 19:21:05 +01:00
Willi Goesgens
f40b5ea1d8
Fix travis build:
...
- force gcc suite to be the one we installed
- add librealtime now needed by V8
2014-12-16 13:24:00 +01:00
Kuno Woudt
7ef5e8f093
Fix First Steps link in Debian/postinst
2014-12-01 08:46:51 +01:00
Thomas Schmidts
38bc690ecd
Changed wrong documentation links
2014-10-31 15:19:49 +01:00
Jan Steemann
ed880f0c22
gdb
2014-10-30 23:50:40 +01:00
Jan Steemann
c19060da27
changed www.arangodb.org to www.arangodb.org
2014-10-30 19:17:25 +01:00
Jan Steemann
ac110e9814
use sudo
2014-10-27 09:39:33 +01:00
Jan Steemann
a5a57ccbb7
updated after_failure script
2014-10-25 01:30:27 +02:00
Jan Steemann
b3d57d0330
added AQL tests
2014-10-24 09:57:41 +02:00
Jan Steemann
73cc62195d
added ulimit for core files
2014-10-23 15:48:22 +02:00
Jan Steemann
f2db1cd295
attempt to use gdb on travisCI
2014-10-23 15:37:59 +02:00
Frank Celler
d9c9285cc5
release version 2.2.0-alpha3
...
Conflicts:
CHANGELOG
Makefile.in
VERSION
build.h
configure
configure.ac
js/apps/system/aardvark/api-docs.json
js/apps/system/aardvark/api-docs/aqlfunction.json
js/apps/system/aardvark/api-docs/batch.json
js/apps/system/aardvark/api-docs/collection.json
js/apps/system/aardvark/api-docs/cursor.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/document.json
js/apps/system/aardvark/api-docs/edge.json
js/apps/system/aardvark/api-docs/edges.json
js/apps/system/aardvark/api-docs/endpoint.json
js/apps/system/aardvark/api-docs/explain.json
js/apps/system/aardvark/api-docs/graph.json
js/apps/system/aardvark/api-docs/import.json
js/apps/system/aardvark/api-docs/index.json
js/apps/system/aardvark/api-docs/query.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/simple.json
js/apps/system/aardvark/api-docs/system.json
js/apps/system/aardvark/api-docs/transaction.json
js/apps/system/aardvark/api-docs/traversal.json
js/apps/system/aardvark/api-docs/version.json
2014-06-25 12:17:30 +02:00
Jan Steemann
da253a1cab
added jslint tests
2014-06-20 09:56:47 +02:00
Frank Celler
f761f85b2b
see issue #904
2014-06-16 20:15:57 +02:00
Frank Celler
299b99ed00
fixed check-version for empty directory
2014-06-11 19:30:12 +02:00
Frank Celler
bc14c0ce46
moved install files to obs
2014-06-04 12:23:25 +02:00
Esteban Lombeyda
7ee711528d
installer-generator was moved to Installation/Windows
2014-06-04 10:44:38 +02:00
Esteban Lombeyda
bab09b71a2
Conflicts were from code removed
2014-05-08 13:48:25 +02:00
Esteban Lombeyda
27a65bf8d0
Avoiding Error Dialog because Installer overwrittes running program
2014-05-06 15:28:10 +02:00
Esteban Lombeyda
fbc46b6fab
Important bug fix: installer is started not with ShellExcute
2014-05-06 11:03:24 +02:00
estebanlombeyda
0663374e7a
runtimes libraries have to be yield with installer
2014-05-02 18:06:08 +02:00
=
48ad7d30c8
modifications in shell script
2014-05-02 16:00:45 +02:00
=
0ec85b100d
Renaming installer helper
2014-05-02 15:00:11 +02:00
=
83869cb8d2
Installation of runtimes libraries for Installer is incorporated in automatical build
2014-05-02 11:44:25 +02:00
=
97b5e250cd
Bug Fix: registration key "type" ist written correct
2014-05-01 16:46:49 +02:00
=
63451527c3
modifications in project file
2014-05-01 14:09:12 +02:00
=
352cd175c6
every body get access rights to shared mem segment of installer
2014-05-01 14:03:09 +02:00
=
31f8ebbab7
Changes in Projectfile
2014-04-25 09:42:11 +02:00
=
066816ae82
Source and DLL are consistent. Painfull error!!!
2014-04-25 08:46:57 +02:00
=
ab4e60d861
correct verion of plugin
2014-04-24 17:48:34 +02:00
=
ce54ce59f8
corresponding dll for commit 45082d504449b5faa31d337dd388d08c5df77dd9
2014-04-23 17:27:22 +02:00
=
4dbeecd329
Bug fix: shared memory bug hints correct work of installer under win32
2014-04-23 17:17:15 +02:00
=
c88bd557e3
bug fix in installation directory for all users
2014-04-22 14:00:37 +02:00
=
584770adcd
New Plugin SharedMem is commited
2014-04-17 15:36:17 +02:00
=
cb050df7d1
default installation direectory is not more documents
2014-04-17 09:35:48 +02:00
=
bd6c0e343b
refactoring: reg keys are written after arango was installed succefull
2014-04-17 09:02:43 +02:00
=
5943230a47
cleaning orthographical errors
2014-04-17 08:29:21 +02:00
=
d3bb58a9ad
Using shared memmory plugin for interprocess communication
2014-04-16 17:35:09 +02:00
=
4584ae94c8
used pluging for assiginig appropiate rights to arango software
2014-04-14 09:42:40 +02:00
=
1d9f15ed8a
code refactoring
2014-04-10 17:29:33 +02:00
=
2099344317
RegKey "type" is save in HKCC or HKCU for determining the uninstaller modus
2014-04-10 16:05:51 +02:00
=
4ae2951163
showing pages in dependence of child or father process installer
2014-04-10 10:22:29 +02:00
=
4594635db6
bug fix: directory permissions are considered during install process
2014-04-07 16:52:39 +02:00
=
eba11a7074
Bug Fix: checking access rights
2014-04-04 12:23:42 +02:00
Frank Celler
e07aada517
fixed typo
2014-03-20 14:29:38 +01:00
Frank Celler
1865e2c895
fixed wording for install script
...
Conflicts:
Installation/Windows/Templates/NSIS.InstallOptions.ini.in
2014-03-20 09:36:35 +01:00
Esteban Lombeyda
e922021940
too many white spaces were deleted
2014-03-03 14:10:31 +01:00
Frank Celler
b888e8cfa6
Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding
...
Conflicts:
arangod/V8Server/V8PeriodicJob.cpp
js/apps/system/aardvark/api-docs.json
js/apps/system/aardvark/api-docs/batch.json
js/apps/system/aardvark/api-docs/collection.json
js/apps/system/aardvark/api-docs/cursor.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/document.json
js/apps/system/aardvark/api-docs/edge.json
js/apps/system/aardvark/api-docs/edges.json
js/apps/system/aardvark/api-docs/endpoint.json
js/apps/system/aardvark/api-docs/graph.json
js/apps/system/aardvark/api-docs/index.json
js/apps/system/aardvark/api-docs/job.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/simple.json
js/apps/system/aardvark/api-docs/system.json
js/apps/system/aardvark/api-docs/traversal.json
2014-02-28 20:37:05 +01:00
Esteban Lombeyda
05daddaf1d
only arango icons are exported in to installation directory
...
SimpleService Plugin was copied in to project directory in order to allow
an automatic build of arango under windows
2014-02-28 18:27:53 +01:00
Esteban Lombeyda
f7f6561dfe
Bug Fix: RegKeys and ShortCuts are allways after desinstall deleted
2014-02-28 17:43:54 +01:00
Esteban Lombeyda
9d82a5daad
acoppling NSIS.InstallOptions.ini.in for arango installation
2014-02-28 12:11:20 +01:00
Frank Celler
3c992b0bbe
removed old files
2014-02-27 13:16:54 +01:00
Esteban Lombeyda
bd15248198
using paths correct paths, starting as service
2014-02-25 16:50:47 +01:00
Esteban Lombeyda
2738738acc
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-02-18 13:17:31 +01:00
Esteban Lombeyda
bd83372050
Bug Fixes: RegKey are written into correct Directories
...
Default Directories are correct displayed
2014-02-18 13:14:57 +01:00
Frank Celler
9c4dafebf1
put into separat scripts to hunt down travis problems
2014-02-17 16:12:29 +01:00
Frank Celler
8bed67d1ee
fixed issue #716
2014-01-13 18:28:45 +01:00
Frank Celler
9a0f817e5b
fixed from config
2013-12-26 16:02:56 +01:00
Frank Celler
ad7385909e
removed foxx-manager and arango-dfdb shell scripts, removed uid config file
2013-12-23 17:11:10 +01:00
Frank Celler
7e30dc0b4e
MacOS bundle
2013-12-23 16:03:38 +01:00
Frank Celler
85c780fbbe
added icon path and more nsis info
2013-12-16 12:18:02 +01:00
Frank Celler
35af9593a4
fixed wrong path in install script
2013-12-07 18:56:14 +01:00
Frank Celler
9762913717
fixed typo in arg
2013-11-23 20:47:43 +01:00
Frank Celler
10592ea06b
added tmp-path
2013-11-23 15:52:51 +01:00
Frank Celler
665ac9ad8b
fixed conf file in info message
2013-11-07 21:15:57 +01:00
Frank Celler
058f435b1c
release version 1.4.1-rc1
2013-11-07 20:51:47 +01:00
Frank Celler
e019733609
used uid and gid
2013-11-07 14:23:07 +00:00
Frank Celler
aa9bae1daa
fixed test for sh
2013-11-06 22:34:53 +00:00
Frank Celler
7cbbdb8088
Merge branch '1.4' of github.com:triAGENS/ArangoDB into 1.4
2013-11-06 22:29:25 +00:00
Frank Celler
d5d56cc5f6
fixed hash bang and test
2013-11-06 22:29:08 +00:00
Frank Celler
8263781a2d
fixed hash bang and test for sh
2013-11-06 23:03:57 +01:00
Frank Celler
6806d213b1
no daemon when upgrading
2013-11-06 09:07:12 +01:00
Frank Celler
434ac7f921
fixed path, added exec, excluded databases
2013-11-05 15:13:30 +00:00
Frank Celler
11683a60a2
added debian
2013-11-02 22:16:43 +01:00
Frank Celler
36be4b1ffc
added debian build rule
2013-11-02 22:14:03 +01:00
Jan Steemann
7f58b05df9
added help text
2013-10-30 11:19:22 +01:00
Frank Celler
ff36cad3a8
release version 1.4.0
2013-10-29 11:27:35 +01:00
Frank Celler
bbab641852
fixed paths (again)
2013-10-27 21:03:38 +01:00
Frank Celler
98b5618bc8
fixed paths, added docs
2013-10-27 20:50:55 +01:00
Frank Celler
74f8b196d5
added ARANGODB_ROOT
2013-10-27 20:28:21 +01:00
Frank Celler
96d3c32cb7
added startup script
2013-10-27 20:14:48 +01:00
Frank Celler
b294240fda
moved to icu 52.1 for Mavericks
2013-10-26 15:50:43 +02:00
Jan Steemann
dc371c8e66
fix packetize
2013-10-01 10:54:13 +02:00
Jan Steemann
3bad3a779a
fixed packetize
2013-10-01 10:44:58 +02:00
Jan Steemann
d9ebf2a394
added message about logs
2013-10-01 09:31:25 +02:00
Jan Steemann
04df715864
applied fixes that occurred during build
2013-09-30 18:03:52 +02:00
Jan Steemann
1c7a22560b
removed make wiki
2013-09-05 14:14:13 +02:00
Jan Steemann
fe07b51beb
removed Makelocal.local, moved tasks into Documentation makefile
2013-08-28 18:56:32 +02:00
Frank Celler
52e90633b2
updated manual for 1.4
2013-08-08 14:41:12 +02:00
Frank Celler
0191273ce9
removed wiki pages
2013-08-08 14:07:29 +02:00
Jan Steemann
348ec5f12f
updated README
2013-08-02 15:38:10 +02:00
a-brandt
623c3af246
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-05-17 17:26:45 +02:00
a-brandt
6886a2b512
bugfix wrong return codes
2013-05-17 17:26:01 +02:00
Jan Steemann
74735bf1c3
re-make examples before publishing docs
2013-05-13 11:59:07 +02:00
Frank Celler
f57c73f1ec
fixed Upgrading, fixed copy of cheat-sheet
...
Conflicts:
Makefile.in
2013-05-12 19:56:48 +02:00
a-brandt
30c2557982
changed sublist for js files
2013-04-24 16:38:49 +02:00
a-brandt
d8193cb9f4
added --enable-all-in-one-v8 for openSUSE
2013-04-12 17:56:04 +02:00
a-brandt
4b2cac5ba0
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-03-08 13:20:51 +01:00
Jan Steemann
7ad4cea138
issue #442 : pls update post install info on osx
2013-03-08 13:16:20 +01:00
a-brandt
af3cdfa839
added missing =
2013-03-07 11:04:39 +01:00
Frank Celler
fe9f10af8d
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
...
Conflicts:
CHANGELOG
Documentation/Manual/arangodb_1.2_shell_reference_card.pdf
Makefile.in
aclocal.m4
config/compile
config/config.guess
config/config.sub
config/depcomp
config/missing
configure
lib/JsonParser/json-parser.c
2013-02-21 14:21:59 +01:00
Frank Celler
830163707e
fixed path of reference card
2013-02-21 14:13:06 +01:00
a-brandt
1d2757323b
added fedora
2013-02-20 16:06:23 +01:00
a-brandt
4ecff49c87
updates for epm builds
2013-02-20 09:33:37 +01:00
a-brandt
a78705a7c1
moved arangod.conf
2013-02-18 09:25:48 +01:00
Frank Celler
5eeb0b6e93
added new cheat sheet
2013-02-15 15:17:02 +01:00
a-brandt
3e24a8c212
moved the arangod.conf file
2013-02-15 13:51:57 +01:00
a-brandt
3b92c8ce09
deleted --gid X and --uid X
2013-02-15 13:49:20 +01:00
a-brandt
4ff839d5b7
Merge branch '1.2' of github.com:triAGENS/ArangoDB into 1.2
2013-02-15 13:44:03 +01:00
a-brandt
ae22bae6a9
deleted --gid X and --uid X
2013-02-15 13:43:17 +01:00
Frank Celler
2b41083008
changed to from -nouid to -uid
2013-02-15 13:33:25 +01:00
Frank Celler
b1bd5827ad
fixed issue #333 : [debian] Group arangodb is not used when starting vie init.d script
2013-02-15 11:52:17 +01:00
a-brandt
8cadfc3303
added upgrade message
2013-02-13 15:30:58 +01:00
a-brandt
f9cff6a507
added an upgrade message
2013-02-13 12:55:56 +01:00
a-brandt
bcd69029d9
added command "upgrade" to upgrade the database files
2013-02-12 13:31:03 +01:00
a-brandt
0105c66489
deleted "--gid arangodb"
2013-02-08 16:57:42 +01:00
a-brandt
c57501d5e6
added optional server options (to start server with "/etc/init.d/arangod start --upgrade")
2013-02-08 13:59:41 +01:00
a-brandt
3b4efac0e9
force: make setup
2013-02-06 10:16:27 +01:00
Frank Celler
621e4409bc
Merge remote-tracking branch 'origin/1.1' into devel
...
Conflicts:
.gitignore
CHANGELOG
Documentation/Makefile.files
Installation/build.sh
Installation/epm/arangodb.list
Makefile.in
README
README.md
VERSION
aclocal.m4
arangod/HashIndex/hasharray.c
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
config/config.guess
config/config.sub
config/depcomp
configure
configure.ac
html/admin/js/master.js
js/server/arango-password.js
js/server/version-check.js
lib/BasicsC/files.c
lib/BasicsC/logging.c
utils/Makefile.files
2012-12-18 13:37:34 +01:00
a-brandt
4bd3a84a09
updates
2012-12-17 10:47:29 +01:00
a-brandt
f1e0edd0ab
Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1
2012-12-07 10:21:09 +01:00
a-brandt
30312dd596
diable mruby for MacOS X
2012-12-07 10:20:09 +01:00
Frank Celler
18e5f884eb
added troubleshooting, fixed css, fixed OBS
2012-12-06 16:58:38 +01:00
Frank Celler
4cf160549a
added windows, fixed version number
2012-12-06 16:58:38 +01:00
Frank Celler
c1de76382a
added open build service files
2012-12-06 16:58:38 +01:00
Frank Celler
fd83731abe
added open build service files
...
added index.html from open build service
2012-12-06 16:58:37 +01:00
a-brandt
ed4a634d71
added missing arango-passwd
2012-12-06 10:15:17 +01:00
a-brandt
7cab2f055b
added systemd for openSUSE 12
2012-12-04 11:28:38 +01:00