Hannah Wolfe
64dd6b01e5
Adding a link to config docs in config.example.js
...
closes #1997
2014-02-03 15:50:27 +00:00
Michael Bradshaw
247cc81b9c
Subdirs are now supported, don't say they aren't
2013-12-21 16:51:14 -07:00
Fabian Becker
3cb80a2ed9
Add postgres build and allow it to fail.
...
refs #1333
2013-11-25 00:41:40 +00:00
Henning Sprang
d9c36b9380
document inability to be run on a path below an URL with a hostname - as discussed in https://ghost.org/forum/installation/341-how-do-i-run-ghost-on-a-subdirectory
2013-11-10 22:55:58 +00:00
Fabian Becker
0908ecf6b7
Run tests on MySQL and use travis-$DB environments.
...
refs #921
fixes #1385
2013-11-05 15:01:10 +00:00
Fabian Becker
3d42a3338f
Run tests on MySQL and SQLite3.
...
fixes #921
2013-11-01 09:38:42 +00:00
Jacques Marneweck
494003d7e0
Correct spelling of GitHub
...
Signed-off-by: Jacques Marneweck <jacques@powertrip.co.za>
2013-10-21 10:58:33 +02:00
Gabor Javorszky
a37c7958b1
Fixes config.example.js
...
Closes #945
2013-09-30 15:06:54 +01:00
William Dibbern
ef8fed3159
Added comments to config for ports
...
Fixes #874
- Added comments to clarify that you should set the port to
`process.env.PORT` when running ghost under iisnode.
2013-09-27 12:57:33 +01:00
Hannah Wolfe
596c1dccd2
Updating example config file
...
- url first, replaced with temporary URL with documentation
- mail config is a commented out example
- mail documentation link in config and mail file
- no more staging
- gruntfile updated to generate correct docs
2013-09-15 15:45:18 +01:00
Hannah Wolfe
21df506c47
Moving default location of the Database
...
closes #579
- adding a readme to the content/data folder to make sure it is always created
- also fixes a rebasing error
2013-09-14 14:08:56 +01:00
Adam Howard
c5fa7ae1a6
Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact.
...
Extracts all express-server-related code in index.js to core/server.js, leaving index.js purely for booting up Ghost's core components in a sensible order.
Aside from the project's tidiness, this means that we can perform asynchronous configuration loading/checks before requiring any modules that read the config.
2013-09-14 14:04:08 +01:00