I'm trying to figure out how to install bootstrap cms on hostgator. I changed the PHP configuration to PHP 5.5 and uploaded the extracted files to my root domain. From there, I have no idea what to do...I'm new to programming and really only good at html/css/jquery so far.
The directions on https://github.com/BootstrapCMS/CMS seem like it's for a setting up on your computer...How do I set this up on Hostgator?
Thanks!
Related
I followed this guide: https://fedoramagazine.org/howto-install-drupal-8-fedora/
Everything went well except that when I try to pull up the web page at localhost I get the apache welcome page.
I tried following the instructions (comment everything out) to not use the welcome page, renaming the welcome.conf to ~welcome.conf. Neither worked.
I'm sure it's something simple. I had the same issue trying to install Wordpress.
I have this MVC4 web application, I run it locally at mySite.local/. I created an application in IIS 7, mapping to mySite.local/corporateSite/. I point that application to an Umbraco (CMS) installation I have locally.
This works pretty well.
I have these UI images and .css files that were in my corporate site and were linked-to by absolute urls (Examples: /css/myCss.css, /media/ui/myFunLogo.png, etc.).
Now this "/" root has changed, if I want my css and images to work, I have to use /corporateSite/cssmyCss.css... this is logical.
How can I change my configuration or sites setup or code so that I don't have to write that whenever I'm linking to a file like that. Should I use rewrite rules to prepend the application url?
How to people integrate these elements normally ? I know a lot go through subdomains, but this would not be ideal for us at the moment.
Thanks for the help!
(I think my question is related to this one how to integrate umbraco with mvc4 but in some different aspects. And the answers are not good for me.)
In umbracoSettings.config, there is a setting for "ResolveUrlsFromTextString".
Setting it to true should tell Umbraco to add the virtual directory name to links and images.
I'm new to web servers and would appreciate your help. I was given JSP files (and some other css and javascript files) and I'm trying to figure out a way to quickly get these JSP files up and running on the Apache Tomcat server just to view them. I got the Tomcat server running using Eclipse, but now I'm not sure how I can run the JSP files. Do I need a web.xml file? I've looked at some examples of web.xml but I am not sure what pieces are needed.
If there is anything that you can give me to lead me in the right direction, it would be extremely helpful. Thanks in advance!
Have a look here: http://www.vogella.com/articles/EclipseWTP/article.html
In short:
Install the WTP extension and create a new Dynamic Web Project. Set the project to run with the Tomcat managed by Eclipse.
Then copy your JSPs to the project and start Tomcat through Eclipse.
Maybe you can convert your existing project to a Dynamic Web Project.
I need some help to get Mac WebSite sharing to work as i want.
Basically i need to know how i can make it display the files of a directory.
Do i need to make a website to show my directory files or is there any other way ?
And if i do need to make a website to display my directory, what code should i use to do so ?
I am no expert on HTML at all.
Allso, i have been searching around for this and i couldn't find any answers related to my question.
You need to turn indexes on in your Apache config. This could be on by default. Check to see if you have folder named Sites in your home directory. If you do rename the index.html page (if there is one) and then navigate to http://localhost/~yourusernamehere.
The same applies if you are using the default apache directory (the system wide one) which is located in /Library/WebServer/Documents if I remember correctly. In this case you would navigate to http://localhost. I just checked on my system (OS X 10.7) and the indexes were enabled by default.
You will need to use a server-side language such as PHP, Java, ASP.NET if you want to display the 'servers' directory on a web page. I will say because you're a begineer use PHP as it's very easy to learn...
Download MAMP / XAMPP.
Research PHP and follow some tutorials first, and then implement directory searching and output it as HTML.
http://php.net/manual/en/ref.dir.php
Code:
http://css-tricks.com/snippets/php/display-styled-directory-contents/
Or is prestashop sufficient enough so that I don't need any CMS tool alongwith it?I am just ignorant about how prestashop works.In its website there is nowhere mentioned that it has to be installed with some other CMS tool...Please help...
There is a prestashop component for Joomla 2.5 that you can install to an existing Joomla 2.5 installation. Prestashop is fully integrated with all its features and addons. It comes ou-of-the-box with shared login and can be installed in 2 minutes.
You can view an online demo at http://prestashop-joomla.com/online-demo/
The site is http://prestashop-joomla.com
Enjoy...
If someone writes the code for it, maybe. At this time don't know any extension for Joomla. Prestashop is a standalone package. It would be great... but I'm not aware of it.