https://github.com/stylesuxx/tannhauser
https://github.com/stylesuxx/tannhauser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stylesuxx/tannhauser
- Owner: stylesuxx
- Created: 2015-11-01T15:37:58.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-11-05T01:15:11.000Z (over 9 years ago)
- Last Synced: 2025-01-27T07:27:42.018Z (5 months ago)
- Language: CSS
- Size: 12.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tannhäuser Quick Reference
This is a Tannhäuser Quick Reference providing information about the equipment, troops and their different packs.A live version can be found on[tannhauser.bubblesort.me](http://tannhauser.bubblesort.me).
# Development
With the development environment you can easily edit or add Items and Characters.To set up this grav skeleton do the following:
1. Install grav and its dependencies
2. From the grav directory a new sandbox site with:bin/grav sandbox ~/public_html/tannhauser
3. Clone this repository to the newly generated sandbox
https://github.com/stylesuxx/tannhauser ~/public_html/tannhauser/user
4. Start a local server on **port 1111** from the sandbox:
cd ~/public_html/tannhauser/
php -S localhost:1111You should now see the page when browsing to [localhost:1111](http://localhost:1111)
## Optional
If you want to add new pages via admin interface you need to install it and add a user:bin/gpm install admin
bin/grav newuserNow browse to [localhost:1111/admin](http://localhost:1111/admin) and log in with your newly created credentials.