Skip to content
BabelZilla edited this page Jul 2, 2014 · 2 revisions

Welcome to the WTS wiki!

Installation

Your folder structure should now be similar to the one below:
|-htdocs
|-wts
|---app
|-----classes
|-----cldr_cache
|-----commands
|-----config
|-----controllers
|-----database
|-----lang
|-----models
|-----other
|-----start
|-----storage
|-----tests
|-----views
|---bootstrap
|---public
|-----packages
|-----themes
|-------babelzilla
|-------installer
|---vendor

Things that needs to be done before you start the installer:
Change permissions of the storage & config folder (webserver needs write access)
Copy the content of the public folder to your webroot (e.g. htdocs, you can change this in bootstrap/path.php)
Create the following folders (webserver needs write access)

|-upload
|---temp
|-uploads
|---projects
|---repos

You can change the paths in config/wts.php

If you prefer another folder structure:
Don't forget to change the paths in index.php

Now you're ready to run the install script: http://www.yourdomain.com/install

Enjoy the many built-in bugs ;-)

Clone this wiki locally