Gitorious source code isn't routing properly - gitorious

I have installed gitorious on my local server and when I try to run it
in my browser, I don't see the homepage. Instead I see this page.
http://gitorious.googlegroups.com/web/Screenshot.png?gsc=gBX1HyMAAADO...
Help?

RTM: http://gitorious.org/gitorious/pages/UbuntuInstallation
You need to create admin user etc. Configure it and it will work fine.

Related

Liferay deployment in linux Server

i have installed liferay 7 in linux server. but when i try start the server it doesnt start properly shows up without css .
Is there any procedure to install liferay in linux server
Browser Console
Some files are accessing with url localhost
http://localhost:8383/o/classic-theme/css/aui.css?browserId=firefox&themeId=classic_WAR_classictheme&minifierType=css&languageId=en_US&b=7002&t=32
http://localhost:8383/o/mentions-web/css/mentions.css
/o url is not generating with hostname instead generates with localhost
I found the reason i added
web.server.host=domain
web.server.http.port=80
in
portal-ext.properties
It works now. Thanks for the replies
After setting up the username password and db details kindly go to the page settings and try to change the theme or check their the option for csss.
or
add this property in portal-ext.properties file present in the tomcat/webapps/ROOT/WEB-INF/classes or you need to create portal-ext.properties file.
theme.css.fast.load=true

Using Umbraco with Subfolders

I have built an Umbraco project (7.2.2) on my local machine and it all works well. I now want to copy it to our test server running IIS 7.5.
I have created a Virtual Folder in IIS under the default web site and copied the project across. The url I am using is www.ourserver.com/testumbraco. I can access the content ok but if I try to login to edit the content I get a blank page (umbraco#/login/false) and shortly afterwards it returns to the login page with Session timed out.
If I Inspect the page I can see that some resources have failed to load with Error 404. It is looking for www.ourserver.com/umbraco and not www.ourserver.com/testumbraco/umbraco.
Is there a configuration setting I need to change to make this work properly?
Thanks in advance for any suggestions.
You need to update the umbracoPath setting in the web.config

why servername:port does not work why localhost:port in node.js works?

I am node newbie. I have a windows server, where I am running node.js with webserver.js. Start the node with webserver.js. Fireup the IE and when I tried localhost:port/index.html, the page shows properly in the IE. Now if I change the localhost to servername:port/index.html, IE is unable to display the page ('IE cannot display the webpage with you can try diagnose connection problem). Is there anything I need to enable in node so it is available outside localhost? I have jenkins runs on the same server, I did not do anything and it shows up properly with the server name. Just curious.
Thanks
my problem was that, I used the code from the link, in the link it was use IP address, I changed it to server name, now I am able to hit the link using both server and proper url. Hope this might help others. I did not change to use netstat though.

Can't access the checkout/onepage/ in magento 1.5.0.1?

Can anybody help with this , I have cloned a production site to my local server for development and testing which seems to be working ok. I have created some new app/skin packages and applied and tested them.
But the checkout links are not working either from the cart or top-links or the mini sidebar cart , also the login link does not work.
The url's are
https://127.0.0.1/silkyliving/index.php/checkout/onepage/
https://127.0.0.1/silkyliving/index.php/customer/account/login/
I get "This webpage is not available
The connection to 127.0.0.1 was interrupted".message.
I've installed the default package and other packages to see if the fault lies in my package but it does it in any package.
So i think the fault is in the overal configuration/install.
I have also tested my local server with another install and that works ok so is not a server error.
To be honest i never checked the checkout functions when i cloned the production site so not sure where the fault is, the production site is working ok ?
Does anybody have any ideas ?
Thanks
Ledgemonkey
I have discovered the problem it was in >configuration >web - Use Secure URLs in Frontend was set to "yes" changed it to "no" and seems to be working ok now ? thanks
goto Magento root index.php
ini_set("memory_limit","512M");
// echo ini_get("memory_limit"); //for test
then all are solved.

Modx Unable to login to manager area

I've just transferred a modx site for a client over to fasthosts - got the site setup working fine but when logging into the backend I'm getting Incorrect Username / Password.
I know that the credentials are correct.
Any ideas?
Using 1.0.4
I've heard of similar issues before when people migrate a site to a shared host. Does this solution help?
I've fixed it!
It seems to create all site content including paths and sessions within files on server... So obviously I'd ftp from old host to new host, put live expected to work which front end did because it doesn't use session data but then the backend had it's knickers in a twist
I setup a new installation with a db prefix test_ - once site was installed changed db parameters then cleared site cache, uploaded new template files etc.
Cheers
Shane

Resources