Tim Heap
ddebafa119
Remove libsass dependency, precompile CSS for distribution
...
Depending on libsass for all Wagtail installations was causing issues
with various operating systems, dramatically increasing installation
times, and preventing front end development adopting modern practices.
libsass has been removed as a dependency. Sass files are compiled before
release as a dependency of the `sdist` setup command. Sass compilation
is done through `gulp`. People wishing to hack on the frontend assets
should now install wagtail locally, install the node dependencies, and
run `gulp`:
$ pip install -e path/to/wagtail
$ cd path/to/wagtail
$ npm install
$ npm start
All the templates and JS files have been updated to reference the new
compiled CSS files instead of the Sass files.
Precompiled CSS for jquery-ui and similar have been moved out of the
`scss/` directory to the `css/` directory.
2015-05-01 08:53:04 +10:00
Karl Hobley
e145e8ebcf
Spelling corrections
2015-04-19 10:53:34 +01:00
Matt Westcott
40d514964d
Update docs to reflect the fact that django-libsass / Pillow are not being installed separately
2015-03-24 13:56:16 +00:00
Karl Hobley
b2b3801371
Fixed capitalisation of Elasticsearch
2015-03-22 12:08:22 +00:00
Karl Hobley
3d314b80ae
Installation docs wording tweaks
2015-03-03 10:00:44 +00:00
Dan Braghis
352281a1e0
Separate dependencies in two subsections
2015-02-23 11:13:37 +00:00
Dan Braghis
423dcb28b0
Replace dependency list with link to setup.py
...
And separate dependencies into 'barebones' and 'admin ui'
2015-02-23 11:11:50 +00:00
Dan Braghis
69836e5970
Minor docs cleanup
2015-02-22 11:29:24 +00:00
Dan Braghis
318ba87117
Add dependencies subsection with notes on libsass and Pillow
2015-02-22 11:27:12 +00:00
Karl Hobley
e6da637256
Changed ports to 8000
2015-02-16 10:28:39 +00:00
Karl Hobley
f52203ec39
Added wagtaildemo section back
2015-02-16 10:27:17 +00:00
Karl Hobley
88753e4370
Installation docs
2015-02-16 10:27:17 +00:00
Karl Hobley
495c834ff0
Added "Trying wagtail" page
2015-02-16 10:27:17 +00:00
Karl Hobley
3cdedf12f2
Docs updates
2015-02-16 10:27:17 +00:00
Karl Hobley
5d6aa0c6ca
Started restructuring getting started docs
2015-02-16 10:27:17 +00:00
Karl Hobley
0dd1613287
Project template Vagrantfile now listens on port 8000
2015-02-10 10:02:39 +00:00
Matt Westcott
23ae84426f
Update non-Vagrant instructions to include 'createsuperuser', now that there's no syncdb step to do that
2015-01-19 13:11:31 +00:00
Deric Crago
7602cf820b
ubuntu.sh & debian.sh missing from https://wagtail.io/
...
ubuntu.sh & debian.sh missing from https://wagtail.io/
switched to:
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/ubuntu.sh
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/debian.sh
2014-10-13 11:05:01 -04:00
Karl Hobley
31b8a14b62
Docs update for project template django 1.7 support
2014-09-18 10:57:10 +01:00
Tom Dyson
22b32d767e
Update installation docs
...
wagtail start command needs pip install requirements.txt in 0.6
2014-09-17 11:17:02 +01:00
Matt Westcott
45a20a6f14
Additions to the 'getting started' documentation so that we're not under-selling the demo site as a way to get started
2014-09-15 18:06:09 +01:00
Matt Westcott
229944c118
actually add creating_your_project.rst this time...
2014-09-11 16:18:45 +01:00
Matt Westcott
5c24a92598
Incorporate the 'creating your project' docs from #512
2014-09-11 16:13:43 +01:00
Matt Westcott
fa6cf7bcb9
Move getting_started page to an 'installation' page within a Getting Started section
2014-09-11 16:01:22 +01:00