Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMichal Broniewicz
6,681 PointsInstalling composer
I created website in workspace and now I would like to move it to the server where my domain is located. I guess that errors showing up are caused by lack of composer installation or slim. How do I install them on the server? I always just uploaded files using FTP. Using workspaces I have access to the console - is there something similar used in hosting servers (not talking about specific one) where i have my domains?
Michal Broniewicz
6,681 PointsLogan R I have SSH access. It is Linux. The window when I connect using app like puTTY works like console here on treehouse?
Thanks for quick response!
1 Answer
Logan R
22,989 PointsI am not sure about on TeamTreeHouse, but I am pretty sure you will have to install composer as I doubt it will come preinstalled on your server.
Check out this guide and Composer's website and see if it helps out. If you need any Linux help, just let me know!
https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx
Logan R
22,989 PointsLogan R
22,989 PointsDo you have SSH access to your server? and is your server Linux or Windows?
Thanks!