I've installed vagrant on virtual box and now try to install Typo3 but I've no administration rights and can't create symbolic links on my host. Is there the possibiity to install typo3 without symlinks?
Thanks!
Please follow the instructions from here: https://docs.typo3.org/typo3cms/InstallationGuide/QuickInstall/GetAndUnpack/Index.html
"Note
Some servers installations do not allow a symlink on a php file, especially on shared hosting environments. Here you should copy the index.php like this:
cp typo3_src/index.php index.php"
You can install Typo3 without symlinks. Just download the .zip file and unpack it on your local computer. Than upload it to your virtual box. You also need an database for it so you need to provide access credentials (user, password and database name. After uploading the files go to yourip/typo3/install and follow the instructions. On Typo3.org there are installation instructions available.
The idea of symlinks:
So if you don't have SSH or server access to create symlinks, then you can install without symlinks.
Here example with TYPO3 v7.6.5
More: how to symlinks with mamp or in Linux using windows putty
Thanks to #biesior and #Urs