Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gingeleski/vagrant-ghost
Vagrant development box for Ghost.
https://github.com/gingeleski/vagrant-ghost
ghost ghost-cms vagrant-environments vagrant-setups
Last synced: about 1 month ago
JSON representation
Vagrant development box for Ghost.
- Host: GitHub
- URL: https://github.com/gingeleski/vagrant-ghost
- Owner: gingeleski
- Created: 2017-07-09T23:13:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T23:10:34.000Z (almost 5 years ago)
- Last Synced: 2024-12-24T01:38:17.676Z (about 1 month ago)
- Topics: ghost, ghost-cms, vagrant-environments, vagrant-setups
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-ghost
This is an Ubuntu Vagrant box for Ghost theme development.
Existing solutions were prebuilt with old versions of Ghost and/or dependencies. :sob:
This one grabs the latest of everything when you `vagrant up`. :rainbow:
## Setup
```
git clone https://github.com/gingeleski/vagrant-ghost.git
cd vagrant-ghost
vagrant up
vagrant ssh
```At the bottom of the console output you'll also see what the host-accessible URL of your new Ghost instance should be.
So, from the following...
```
default: Ghost was installed successfully! To complete setup of your publication, visit:
default:
default: http://localhost:2368/ghost/
default: - Inspecting operating system
default: Found a development config but not a production config, running in development mode instead
default: Successfully set 'server.host' to '0.0.0.0'
default: - Inspecting operating system
default: Found a development config but not a production config, running in development mode instead
default: Successfully set 'url' to 'http://192.168.1.105:2368/'
default: - Inspecting operating system
default: - Restarting Ghost
default: ✔ Restarting Ghost
```We can discern that Ghost is accessible via `http://192.168.1.105:2368` on your host.