Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xperseguers/sphinxdoc
Virtual machine featuring TYPO3 master and Sphinx with PDF support
https://github.com/xperseguers/sphinxdoc
Last synced: about 2 months ago
JSON representation
Virtual machine featuring TYPO3 master and Sphinx with PDF support
- Host: GitHub
- URL: https://github.com/xperseguers/sphinxdoc
- Owner: xperseguers
- Created: 2013-11-12T14:19:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T07:58:57.000Z (over 10 years ago)
- Last Synced: 2024-10-27T02:28:41.652Z (3 months ago)
- Language: Puppet
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typo3sphinx.dev
This is a basic project to set up a TYPO3 website with Sphinx-Doc.
It includes everything you need:
- Nginx + PHP-fpm 5.5
- TYPO3 master (upcoming version 6.2 LTS)
- Python development tools to build your Sphinx environment
- LaTeX for PDF rendering (TYPO3 Share font already installed)## Requirements
- Vagrant: http://docs.vagrantup.com/v2/installation/index.html
- VirtualBox: https://www.virtualbox.org/wiki/Downloads## Install
Clone this repository locally:
$ git clone --recursive https://github.com/xperseguers/sphinxdoc.git
$ cd sphinxdoc
$ vagrant upOpen ``/etc/hosts`` and add
192.168.50.100 typo3sphinx.dev
Now open your browser, go to http://typo3sphinx.dev/ and follow the usual steps
to set up a blank TYPO3 website.At the end, go to the Backend, open the Extension Manager and activate extensions sphinx
and restdoc which are already available locally.### MySQL
* MySQL database: **typo3sphinx**
* MySQL username/password: **typo3sphinx** / **typo3sphinx**phpMyAdmin is available on http://192.168.50.100/phpmyadmin/ (root / password)
### SSH
To connect to your machine, do:
$ vagrant ssh