TcMTrinityC Posted February 24, 2015 Posted February 24, 2015 (edited) Hiya, I could really use some help. I've got solder installed... I think properly. I've been able to login, add mods, and create a mod pack. But when I go to my account on technicpack.net and try to link with my solder api url it throws a 404 error. I am using (for example) To login: http://mysubdomain.mydomain.com and it works. I can login and do all my stuff as mentioned To link http://mysubdomain.mydomain.com/api/ and it throws a 404 Oh, as a second question, what should I be using for chmod on the TechnicSolder/public/ folders? Anyways, I hope someone has an idea what's wrong with this! Thanks in advance, Trin Edited February 24, 2015 by TcMTrinityC
The_Doctors_Life Posted February 25, 2015 Posted February 25, 2015 The entire folder (not just /public) should be chmod 775. you can achieve this by running the command chmod -R 775 /TechnicSolder TcMTrinityC 1
TcMTrinityC Posted February 25, 2015 Author Posted February 25, 2015 The entire folder (not just /public) should be chmod 775. you can achieve this by running the command chmod -R 775 /TechnicSolder Thank you! That solved the last of my problems The_Doctors_Life 1
The_Doctors_Life Posted February 25, 2015 Posted February 25, 2015 Thank you! That solved the last of my problems No probelm
TcMTrinityC Posted February 25, 2015 Author Posted February 25, 2015 The problem was indeed a server related issue on my end related to Apache 2. I don't know what it was. For a test I ripped out Apache 2 and put in Nginx as per the instructions on github. Again. This time it worked. The Apache 2 issue I have no resolution for, but I will say that the info on github did work. As a side note for others having similar problems I found these to be important considerations especially with a new Ubuntu (or linux in general) install. Tons of things you need for the setup of Solder are not installed. Eg curl. If at any step you hit a snag, do a search for the answer. I had to install several packages just to be able to setup as per the GitHub instructions. Have fun with Solder Trin
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now