mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Instructions to start the server.
This commit is contained in:
parent
5f3f0d013b
commit
7e9f3957fa
@ -33,7 +33,8 @@ If you think you've found a problem with Ghost, or you'd like to make a request
|
|||||||
5. Run `npm install`.
|
5. Run `npm install`.
|
||||||
* If the install fails with errors to do with "node-gyp rebuild" or "SQLite3", follow the SQLite3 install instructions below this list
|
* If the install fails with errors to do with "node-gyp rebuild" or "SQLite3", follow the SQLite3 install instructions below this list
|
||||||
* Usually if you're within vagrant, and have installed the guest plugins and updated that, this will not happen
|
* Usually if you're within vagrant, and have installed the guest plugins and updated that, this will not happen
|
||||||
6. run `grunt init` from the root - this installs Bourbon, compiles SASS and compiles Handlebars templates
|
6. Run `grunt init` from the root - this installs Bourbon, compiles SASS and compiles Handlebars templates
|
||||||
|
7. Run `npm start` from the root to start the server.
|
||||||
|
|
||||||
Front-end can be located at [localhost:2368](http://localhost:2368), Admin is at [localhost:2368/ghost/](http://localhost:2368/ghost/)
|
Front-end can be located at [localhost:2368](http://localhost:2368), Admin is at [localhost:2368/ghost/](http://localhost:2368/ghost/)
|
||||||
|
|
||||||
@ -147,4 +148,4 @@ You confirm that you are able to grant us these rights. You represent that You a
|
|||||||
|
|
||||||
You represent that the Contributions are Your original works of authorship, and to Your knowledge, no other person claims, or has the right to claim, any right in any invention or patent related to the Contributions. You also represent that You are not legally obligated, whether by entering into an agreement or otherwise, in any way that conflicts with the terms of this license.
|
You represent that the Contributions are Your original works of authorship, and to Your knowledge, no other person claims, or has the right to claim, any right in any invention or patent related to the Contributions. You also represent that You are not legally obligated, whether by entering into an agreement or otherwise, in any way that conflicts with the terms of this license.
|
||||||
|
|
||||||
The Ghost Foundation acknowledges that, except as explicitly described in this Agreement, any Contribution which you provide is on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
|
The Ghost Foundation acknowledges that, except as explicitly described in this Agreement, any Contribution which you provide is on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
Loading…
Reference in New Issue
Block a user