-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Welcome to the WTS wiki!
- Clone the repository: git clone https://github.com/BabelZilla/WTS.git wts/
- cd wts/
- run composer update
- Get a cup of coffee while composer installs the dependencies
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 ;-)