More info about the WTS code on GitHub

  • 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

install1install2
install3install4
install5

Enjoy the many built-in bugs 😉

 

This entry was posted in Localization, WTS (Web Translation System). Bookmark the permalink.