Julian Lam
943d33ed09
closes #6502 , also fixed issue with type: 'literal' in config.json
2018-05-15 15:26:06 -04:00
Peter Jaszkowiak
a00f1f9a81
Use uglify-es for ES6 support ( #6402 )
2018-03-26 15:37:53 -04:00
Julian Lam
da328662c5
don't flatten arrays, stringify them, in installer
2018-03-22 19:35:58 -04:00
Barış Soner Uşaklı
fbed4c056e
show env vars passed to setup
2018-03-22 18:45:00 -04:00
Julian Lam
1d42d1a6d2
moving expected location of setup.json to root
2018-03-22 14:50:39 -04:00
Julian Lam
741693bc1f
closes #6378
2018-03-21 17:00:49 -04:00
Barış Soner Uşaklı
3b3a28dc15
add ping routes to webinstaller
2018-01-24 21:05:08 -05:00
Barış Soner Uşaklı
82f2025944
disable timeout on post install route
2018-01-16 14:27:48 -05:00
Barış Soner Uşaklı
e092778ba6
closes #6200
2018-01-15 15:05:33 -05:00
Peter Jaszkowiak
dbdc05404d
Use console.log instead of process.stdout.write ( #6123 )
...
* Use console.log instead of process.stdout.write
* Don't break the installer
2017-11-27 15:44:30 -05:00
Peter Jaszkowiak
c731661a39
Remove external sources from installer page ( #6101 )
...
* Remove external sources from installer page
* Remove bootstrap.min.css
* Make spinner display consistently cross-platform
* Change spinner to look better
2017-11-23 10:50:10 -05:00
Baris Usakli
5ca3b535e7
closes #6105
2017-11-22 12:19:08 -05:00
Julian Lam
158e47e2ac
linting
2017-09-13 16:51:31 -04:00
Peter Jaszkowiak
2ca1475eee
Fix web installer benchpress issue
2017-09-13 13:50:00 -06:00
Peter Jaszkowiak
abffc29128
Use Benchpress ( #5901 )
...
* Use Benchpress
* Use Benchpress.compileParse
* Error for template load failure
* Use benchpressjs package
* Compile templates on demand
* Fix user settings page
* Fix admin search to exclude `.jst` files
* Fix 500-embed
So ajaxify can still show an error if the server goes down
2017-08-24 19:26:50 -04:00
Barış Soner Uşaklı
75e5073fc9
closes #5859
2017-08-04 22:23:59 -04:00
Barış Soner Uşaklı
5d53c41db7
fix unlink calls
2017-08-03 20:15:55 -04:00
Peter Jaszkowiak
c4bdb72941
ESlint no-unneeded-ternary
...
and no-extend-native, no-sequences
2017-02-18 12:59:46 -07:00
Peter Jaszkowiak
feb8405f95
ESlint eol-last
2017-02-18 02:30:48 -07:00
Peter Jaszkowiak
a038c66549
ESlint quotes
2017-02-18 01:56:23 -07:00
Peter Jaszkowiak
604358ecc4
ESlint keyword-spacing, no-multi-spaces
2017-02-18 01:52:56 -07:00
Peter Jaszkowiak
2e031f3759
ESlint comma-spacing
2017-02-18 01:31:47 -07:00
Peter Jaszkowiak
277a7fb8b4
ESlint key-spacing, no-trailing-spaces
2017-02-18 01:27:46 -07:00
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
2017-02-17 19:31:21 -07:00
psychobunny
66d8c29d25
use different path for installer files
2016-12-22 11:45:22 -05:00
Julian Lam
299fcb99f1
more progress on #5211
2016-11-16 20:54:57 -05:00
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
2016-10-13 11:43:39 +02:00
Mathias Schreck
ce9ee62fa0
Handle callback errors
2016-08-17 12:54:59 +02:00
barisusakli
e55043e5ab
closes #4867
2016-08-12 01:14:01 +03:00
barisusakli
d402737a75
add file transport
2015-09-02 18:41:05 -04:00
barisusakli
54f9a09e6a
some more logging
2015-09-02 18:18:03 -04:00
Julian Lam
fc2efb0c83
added one more line to stdout when nodebb status is invoked, or nodebb web installer finishes
2015-05-25 14:48:01 -04:00
Julian Lam
b2f2561e74
adding a bit of logging when launching NodeBB from the web installer
2015-05-24 10:43:37 -04:00
Julian Lam
349de1694d
fixed log line in web installer
2015-05-24 10:43:37 -04:00
Julian Lam
275a9ef476
Reverted the last update to web installer, and updated it so environment variables always take precedence over form input, and form is hidden if database value is passed in
2015-04-24 15:13:52 -04:00
Julian Lam
5487da9030
updated web installer to auto-select the database if passed in via env var
2015-04-24 14:50:31 -04:00
psychobunny
fac747cab7
call loader.js instead
2015-04-22 17:59:08 -04:00
psychobunny
24a11314dc
installer - finally got it all working ;)
2015-04-22 17:51:35 -04:00
psychobunny
255e3bdd20
default is 4567 instead of 8080
2015-04-22 15:52:12 -04:00
psychobunny
e8ea1e12a1
launch nodebb after install
2015-04-22 15:51:14 -04:00
psychobunny
ddd5c49461
installer ux fixes
2015-04-22 15:29:29 -04:00
psychobunny
9b53cdfcc0
skip to the launch screen if config is set but installer is still active
2015-04-22 15:17:08 -04:00
psychobunny
5db3166136
log
2015-04-22 14:54:55 -04:00
psychobunny
d72d1a1641
save values from form
2015-04-22 14:54:35 -04:00
psychobunny
45e216edef
installer: database error messages
2015-04-22 14:49:31 -04:00
psychobunny
8556ddd9a0
installation spinner; started launch page
2015-04-22 14:39:37 -04:00
psychobunny
e9a92bd1bf
removed some compile scripts that we don't need
2015-04-22 14:08:15 -04:00
psychobunny
6533941207
remove hardcoded port variable
2015-04-22 14:07:24 -04:00
psychobunny
b617c1faa9
use from-file to optimize grunt dev with web installer
2015-04-22 14:06:59 -04:00
psychobunny
176bf28d2f
web installer works, woohoo!
2015-04-22 11:36:19 -04:00