Commit Graph

86 Commits

Author SHA1 Message Date
Katharina Irrgang
47b24b2d4f 🎨 Using yarn instead of npm according to the paragraph above it (#8475)
no issue
- original PR: https://github.com/TryGhost/Ghost/pull/8288
2017-05-23 17:24:24 +01:00
Katharina Irrgang
2b27cf69dc 🎨 add min version of yarn to our readme (#8452)
no issue
- earlier versions of yarn result in slightly different yarn.lock files that can cause issues with modified files when running `grunt master` and similar
2017-05-12 08:53:53 +01:00
Hannah Wolfe
e9a537004b Added pre-commit hook to handle submodules (#8302)
refs #8235

Usage:
- for existing development setups: `grunt symlink` (will create the pre-commit symlink)
- for fresh development setups: `npm run init` (symlinking happens as part of the typical set up)

-  Added pre-commit hook to handle submodules
  - Checks to see if there are any submodules about to be committed
  - Output matches closely to `git st` to make it easy to read
  - Requires interaction from the committer to accept that this really should be committed
-  Use grunt symlink to register githooks
  - Grunt symlink will make a link to the pre-commit hook
  - It ONLY does this if there isn't already a pre-commit hook, so won't overwrite anything
  - It does this as part of npm run init, not grunt init, because a release repo would NEVER want this
  - This is a dev tool, that configures the repo for development
2017-04-13 08:26:48 +01:00
Kevin Ansfield
1cb1ea105c 🛠 switch to using yarn in our Grunt tasks (#8261)
no issue

- use `yarn install` instead of `npm install` in grunt tasks
- remove `grunt deps` and `grunt shell:{shrinkwrap/prune/dedupe}` tasks as they are not needed when using `yarn`
- set `options.npmPath` to `yarn` for subgrunt so it doesn't use `npm install` automatically
- don't remove client contributors files in `grunt clean` - those files are now manually created and should be kept

* 🛠 switch to using yarn in our Grunt tasks
* 🛠 use yarn for `npm run init`, update README
2017-04-04 11:47:12 +01:00
Katharina Irrgang
76fd1264a8 📖 Update README installation instructions (#8175)
- add contributing workflow link already
- i would suggest we merge this PR if the workflow guide was reviewed
2017-03-23 16:02:21 +00:00
Katharina Irrgang
f4a68a2e52 🔥 remove gulp (#8159)
* remove gulpfile
* remove gulp dependencies
* Update README.md
2017-03-14 14:20:53 +00:00
Hannah Wolfe
ffcf7d1d83 Update install instructions to include global deps
- knex-migrator and gulp are required
2017-02-22 12:45:28 +00:00
David Balderston
a64b8f0449 Update Install Instructions (#8034)
No Issue

* You may have had a reason for it to be the way it was, but this
updates it to be the actual commands rather than just close to actual
commands
2017-02-22 07:21:54 +00:00
John O'Nolan
952fac6be4 Update alpha install instructions 2017-02-15 22:02:56 +07:00
Katharina Irrgang
12c0ca3d2f 🔥 remove knex-migrator from README (#7884)
no issue

- we will update the instructions for 1.0 before we release 1.0
2017-01-24 18:30:22 +01:00
John O'Nolan
56f30e9e0d 2017 (#7819)
* Dat copyright
* bro do u even 2017
2017-01-04 10:05:57 +00:00
Katharina Irrgang
8d8d7bdb26 knex migrator (#7565)
refs #7489
- remove sephiroth
- use knex migrator npm
- goodbye bootup script
- 🎨  update README
- 🎨  knex migrator @ 0.0.2
2016-10-17 13:50:29 +01:00
John O'Nolan
fa07cc7f52 Update readme for 1.0 😱 (#7405) 2016-09-20 15:59:34 +01:00
kirrg001
6275fdbb25 🔥 remove node 0.10 support, add node 6 support
refs #6899, refs #7098
2016-09-20 15:59:34 +01:00
Hannah Wolfe
ee1f4fdbdd Recommend Node v4 & use as default (#7102)
refs #7098

- Use Node.js v4 as our default build environment
- Add Node.js v6 as an allowed failure
- Update contributor guidelines and readme
- Fix issue with branch exceptions
2016-07-15 12:36:15 -06:00
Hannah Wolfe
8b53308f10 Update location of download page
- https://ghost.org/downloads/ is now https://ghost.org/developers/
2016-04-13 19:49:07 +01:00
Jeremiah Hoyet
979ca4039d Fixes README.md link to CONTRIBUTING.md 2016-02-20 08:25:20 -05:00
Hannah Wolfe
d593425147 README: supported node version info update 2016-02-12 11:39:13 +00:00
Naoya Kanai
4834cb436d Support Node v4 LTS semver-minor releases
Fixes #6473
- Replace Node v4.2 with v4 in Travis config
- Replace ~4.2.0 with ^4.2.0 in engines to support semver-minor bumps in LTS line
2016-02-12 01:37:27 +09:00
John O'Nolan
dfb45761b8 Update copyright year 2016-01-03 15:01:56 +02:00
Sean Hussey
39b7b3101f Fixing a small typo in the README. 2015-12-23 15:36:44 -05:00
Hannah Wolfe
8dbef11bc5 Updated node version text in README.md
no issue

- update README to match the new version support
2015-12-01 14:09:16 +08:00
John O'Nolan
1add453733 Remove forum mentions 2015-09-29 13:10:04 +02:00
Rafael Corrêa Gomes
69ba0922b2 Correct bold string 2015-08-27 20:48:15 -03:00
John O'Nolan
344bcfa693 Update readme with Slack support info
I'm not convinced this is going to work, but it's an attempt to get more people asking install questions in Slack rather than opening github issues. Also fix broken link to Ghost(Pro) further down, Github stripped the HTML so converted to Markdown.
2015-07-01 09:42:36 +02:00
John O'Nolan
832084f66f Add DigitalOcean infrastructure details 2015-06-16 10:50:06 +01:00
John O'Nolan
3e67014c23 Added new Slack team details
BECAUSE INTERNET
2015-04-15 14:59:25 +03:00
Hannah Wolfe
e5ed9c6fed Re-add #getting-started anchor
Install errors (from not building files) point here.
2015-03-19 12:52:48 +00:00
JonathanKryza
a4109f3edf Fixed broked Support link
Changed ghost.org/support to http://support.ghost.org/.

Thanks to http://derecho.elijah.cs.cmu.edu:8585/@top for finding the broken link.
2015-03-13 14:07:00 -05:00
John O'Nolan
29baee24ab Readmeeeeee 2015-03-13 14:03:40 +02:00
Hannah Wolfe
338e52f70a README & CONTRIBUTING updates
- update compatibility info
- better information on releases
- add ideas.ghost.org to feature request section of contrib
2015-03-09 20:54:00 +00:00
Hannah Wolfe
8553644760 Add compatibility notice to README 2015-02-28 16:46:16 +00:00
Jimmy Hsu
0c429c3aee Minor grammatical fixes to README.md
Added an Oxford comma for consistency, and clarified a slightly awkward sentence.
2015-02-14 17:09:14 -08:00
John O'Nolan
bd1211da5d Update copyright 2015-01-02 16:11:13 +02:00
John O'Nolan
e62ce6c5cb Removed double link, moved contributing ref.
- Contributing ref link was being gratuitously double-linked to, nixed that.
- Changed grammar which is ambiguous between US/UK colloquialism.
- Moved contributing/troubleshooting reference to "installing from git" heading rather than "quickstart" subheading
- Standardised 2-linebreaks between Markdown headings
2014-12-29 17:48:06 +02:00
Jason Williams
3a29393163 Revert punctuation change in README.md 2014-12-29 09:41:17 -06:00
Jason Williams
344f383dda Update README.md 2014-12-29 09:31:13 -06:00
Daniel Tsui
8e833cb024 readme.md edit
-missing comma
-use of "a" preceding an acronym with phonetic vowel
2014-12-29 03:21:52 -08:00
John O'Nolan
00e5f9a340 Added screenshot to readme 2014-10-29 17:34:00 +02:00
Hannah Wolfe
f71e7b908f Update README.md
Added a link to dev.ghost.org
2014-09-25 16:12:09 +01:00
Hannah Wolfe
b27db7b657 Updating README with clearer install paths 2014-09-24 22:05:37 +01:00
Hannah Wolfe
988ca127b6 Updating docs links to point to support.ghost.org 2014-08-10 23:17:40 +01:00
Nicola Mustone
adecd28465 Wrong Facebook page URL 2014-07-24 11:23:59 +02:00
John O'Nolan
ec05677737 Convert support links from forum to new support site 2014-06-12 12:52:01 +02:00
David Blurton
5c22de51d8 Fix link 2014-05-07 20:23:15 +01:00
Luke Shiels
dbd3061a4c Made better-er 2014-04-22 00:40:16 +01:00
Dmitry Mazuro
9aa25ad723 Use SVG version of travis build status badge 2014-04-06 19:45:13 +03:00
Hannah Wolfe
4afba3808b Update README & Contributing with details of stable branch 2014-04-01 00:22:04 +01:00
Hannah Wolfe
1102617768 Update README.md 2014-03-20 11:53:23 +00:00
John O'Nolan
b605f8b75a Update copyright 2014-03-13 22:43:05 +01:00