Software :: Custom Web Joomla Install - WebMin?
Feb 1, 2010
My current situation involves me having webmin (virtualmin) installed on my current centos server. Im using virtualmin gpl and my users/hosted sites are not very smart when it comes to making a website. They can upload sites via FTP and manage minor things but thats about it. What i want to do is make a couple of scripts using the terminal style that can do a quick auto install of Joomla. The command will run as the user who is executing it in WebMin.
Here is the Locations of the items in transfer.
I will have 2 premade sets; one Joomla SourceCode-FileSystem ; A Joomla MySql database to go along with it.
Heres what I need to do;
Variable: TheUsername = The WebMin user as described above
1. Check to make sure File /home/TheUsername/public_html/index.php dose not exist. If dose then cancel the install.
2. Copy files /NoodleServerFiles/AutoInstall/Joomla/ to /home/TheUsername/public_html/
3. Create a Database Named: TheUsername-Joomla
4. Enable TheUsername to beable to read and write to it.
5. Inport /NoodleServerFiles/AutoInstall/Databases/Joomla.sql to that database
6. Edit the file /home/TheUsername/public_html/configuration.php on specific lines Example: Line10: DB_user: TheUsername
7. Save it.
8. Display Text in the Terminal Command saying "Success in creating your website. Go look!"
View 10 Replies
ADVERTISEMENT
Apr 6, 2010
I have had webmin running previously but i just recently installed Unbuntu server and i am now trying to install webmin. after typing this to install webmin sudo apt-get install webmin it started doing its thing and then it halts.
Giving me the following message: "Package webmin is not available, but is referred to by another package. this may mean that the package is missing, had been obsoleted , or is only available from another source."
The first thing i did after installing webmin was edit the sources.list
Then i tpyed sudo nano sources.list I uncommented everything with "deb" in front of it
I also uncommented
deb cdrom:
I then typed this sudo wget [url]
After getting that i typed this apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Then i tryed to install it and got that error.
I also tryed install it using this tutorial [url]
When i got to the part when i need to type
sudo apt-get install update this is what happened
View 10 Replies
View Related
Apr 3, 2010
I encountered a a dependency issue when trying to install Webmin on Ubuntu Server Edition 10.04 Beta1.
When you try to install webmin, libmd5-perl is not available in any of the lucid repositories:
I resolved the dependency prob by adding the following repository to my /etc/apt/sources.list: deb [url]
Then I did a sudo apt-get update then sudo apt-get install and libmd5-perl installed fine along with webadmin. BTW. I got a GPG error when doing a apt=get update because I did not import the public key for the debian repos I used to get libdm5-perl, which doesn't matter to me as I commented out the repos once I got libmd5-perl installed.
View 1 Replies
View Related
Sep 4, 2010
I need to install joomla on ubuntu. how can i do it? please provide me full information regarding this.
View 2 Replies
View Related
Apr 27, 2010
I have gone through the whole installation process of installing joomla onto my Server under ispconfig3. After installing and deleting the installation file as required when i try to get to the log in page i get this message on my screen "No configuration file found and no installation code available. Exiting..."
View 2 Replies
View Related
Aug 12, 2011
I want to install Joomla on my laptop. Do I need ubutu Server to do this?
View 1 Replies
View Related
Dec 3, 2009
I have my own server that I am trying to install joomla on... (i have done to types on installs, One Via FTP (Joomla 1.5.15) and One Via SSH (joomla 1.5.10)) both installed with out issue and runs. the issue I am having is that the templates being installed dont look right [url] I have installed it on a DreamHost Server with out issue. I am thinking its my server, After installing debian (with Apache2, PhP5, Mysql, PhPMyAdmin, Webmin) I had to change two things, add modrewrite and add virtual host (to home more then one domain).
View 1 Replies
View Related
Apr 15, 2010
I have big problem. I want to learn how to make a web site via joomla or wordpress. I install joomla and wordpress via repository. So i have all what i need. So....i have problem with permissions.
I have Mandriva 2010 one GNOME
Here is link to image
[url]
[url]
View 1 Replies
View Related
Mar 1, 2011
I want to install joomla on apache
View 6 Replies
View Related
Dec 28, 2009
Just spent three whole days barking up the wrong tree, solving Fedora 11 and Fedora 12 boot failures because the correct hypothesis was illogical: installation did not update/modify the initrd.
The first couple of times I installed Fedora 11 on the HighPoint Technologies RocketRaid 2640x4, the installation inserted my "custom" driver module (rr26xx) into the initrd, permanently, so that the system booted off the controller card for which the custom driver was inserted. (I yelled about this success in this thread: [url]
My most recent installs of BOTH F11 and F12 on the RocketRaid failed to properly set up the boot. It turns out that the "rr2640" module I "slipstreamed" into the installation process was *NOT* permanently added to the initrd by anaconda. (F12 gave me "no root device found boot has failed, sleeping forever", on boot; F11 hung also, without such error, I presume, during the init script execution). Because of limited resources and time, I only know for sure the module was missing from the F11 initrd, and am ASSUMING the same was the case with F12.
The only difference between the successful installs and the ones with failed boot is that the successful installs were made on a single-drive (JBOD) mode on the controller; whereas, the failed ones were placed on RAID 5. But, AFAIK, the created logical device for the card is "/dev/sda", in both cases, and the kernel can not distinguish between the two cases (or can it?). Thus, the inconsistency cost me a lot of time, and is still inexplicable to me.
Question: What is the best way to deal with custom drivers, today? There are custom spins, and many tools, like isomaster. Stupid question: Is there a way to modify the initrd inside an installer ISO -- be it for CD/DVD/USBboot drive -- beefing the init RAM disk with whatever modules you'd like, for the boot process (using, say, isomaster)?
And what makes anaconda understand that a module must be added to the initrd ? How can one force anaconda to do so?
How does moving to dracut as the initrd tool affect any/all of the above?
View 1 Replies
View Related
Jan 29, 2010
I made a full install of Slackware and have been using one of my boxes as an Apache web server. I recently tried to install Joomla, the PHP CMS software, and when I ran the pre-install requisite checker (The second step of the installation), the installer notified me that I do not have MySQL support. I find this especially strange as I've made webpages using PHP that made use of MySQL databases.
My pre-post research has lead me to several other people with the same problem. Half were using windows, and just had not uncommented the "extension mysql.so" line in the php.ini file. The other half solved their problem by installing their distro's php-mysql module. According to what I'd read, you can still use MySQL if you don't have that module installed, but Joomla does need it to be able to use the MySQL database.
I've searched long and hard for this plugin/add-on/module for Slackware, but to no avail. It's available in RPM format, and I know that it's possible to use rpm2tgz to convert these files, but I don't know exactly what the issue is, and if Slackware may be different. I don't want to install that and then find out that it overwrote something that I'd needed.
View 3 Replies
View Related
Jun 25, 2010
Does webmin have to install on same box with Apache? Or can I install on any box within the LAN?
View 7 Replies
View Related
Jul 26, 2011
Can I install webmin 1.550 on centos 5.6 without internet connection? should I install perl ssh net first?
View 1 Replies
View Related
Feb 17, 2010
I am trying to install webmin on my server(9.10) by command line
what is the command to see if it is installed or not
View 9 Replies
View Related
Feb 7, 2011
I have a dummy server set up in which I am trying to install webmin (which I have done several times in the past and remb it being straightforward and pretty simple!) however when trying to install I keep getting errors.
I install all the perl packages as required :-
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
After downloading webmin I try and install it:-
sudo dpkg -i webmin_ 1.530 _all.deb
This is where I encounter errors regarding apt-show-versions saying that it is not installed.I try and install it but an error appears stating that apt-show-versions is not installed. So I try and install apt-show-versions and that fails as it states that there is libapt package missing too. When I try to force install both - unable to fetch some archives but maybe run apt-get update or fix missing....It just seems like I am going around in circles (as I have run apt-get update and have run the commands as root...)
View 1 Replies
View Related
Jan 21, 2011
I'm attempting to install Webmin in Endian I download the tar.gz file and ran setup.sh and it says it is installed, however it doesn't let me go to the webpage it says. I get a timeout error. I'm using the current version of endian and webmin.
View 4 Replies
View Related
Apr 11, 2010
I just made a script to install a Transparent Proxy with DHCP Server, Content Filtering and Webmin. It installs and configures the modules and starts them. I can use from two to five interfaces (eth0, eth1, eth2, eth3 & eth4). I've tested in 8.04 to 9.10 and works fine. It does not configures BIND and IPTABLES, just install all the modules needed for a transparent proxy, and configures DHCP, SQUID, DANSGUARDIAN and WEBMIN for Ubuntu. I did it because mostly all configurations I do are transparent proxies.
What does:
1. Installs many packages needed for transparent proxies, and webmin. Also installs perl modules needed.
2. Configures default Squid settings for transparent proxies, and a better Dansguardian content filtering for public access.
3. Configures and fixes Webmin DHCP and Dansguardian modules to work on Ubuntu.
4. Configures DHCP Server subnets.
What doesn't:
1. IPTABLES and BIND. You must configure both manually. IPTABLES can be configured with Firewall Builder or other firewall tool. BIND can be configured using Webmin or the CLI.
2. Configures /etc/network/interfaces. You must configure all network interfaces correctly. Any mistake can screw the automatic configuration.
3. Dansguardian Blacklists. You must use your prefered blacklists. I use URLBigBlacklist with a modified script to work on Ubuntu (downloaded from Danguardians' Extras and fixed up to work on Ubuntu).
4. Check the script if there's something missing.
View 1 Replies
View Related
Aug 21, 2010
can i install webmin lightweight linux O.S thinstation ?
View 1 Replies
View Related
Jun 17, 2011
I am trying to install webmin on my Debian virtual machine and it is not working.
Here is what i am following [url]
I ad the 2 lines to /etc/apt/sources.list I ad the key ok But when i do apt-get install webmin it goes through everything ok as far as i can see, except when it gets to " **initializing cache. This may take a while **Setting up webmin (1.550) ... " It is like it just stops doing anything, it just hangs there.
If i reboot and try "dpkg --configure -a" it starts at the same place "Setting up webmin" but nothing is happening.
View 2 Replies
View Related
Feb 24, 2010
I've been on the #ubuntu IRC for hours trying to figure this out. Here are some outputs of relevant commands.
ls -ltr /var/
Code:
total 40
drwxrwsr-x 2 root staff 4096 Oct 20 00:04 local
drwxr-xr-x 2 root root 4096 Oct 30 17:57 opt
drwxrwxrwx 11 root root 4096 Jan 25 11:02 cache
[Code].....
I can log in via FTP absolutely fine, I cannot CHMOD files or upload files though.
View 3 Replies
View Related
Jul 5, 2010
I've been trying to get Joomla! up and running on my hp 64-bit laptop which runs ubuntu 10.04. I want to use it to develop websites and upload them later. I also want to use it as a testing environment for other sites I make using HTML/CSS. I know I need LAMP and then Joomla!. But it all seemed to be a little too unclear right now. I've looked around for a smooth and straight-forward instruction to install it on my machine. Alas, it has not come to my screen, ... at least not for now. The Joomla wiki does not have Ubuntu instructions and I am absolutely sure somebody has done this in Ubuntu and can give me a step-by-step instruction on how to do that.
View 6 Replies
View Related
Jan 2, 2011
I am setting up an ubuntu server, in order to use it with Joomla.
Does someone knows if is possible to use PostFix as SMTP server for Joomla?
If does; would be necessary to install IMAP or POP3, Webmail etc if I just want to send automatics mails via Joomla.
View 3 Replies
View Related
Jan 8, 2011
Ive installed Uubntu 10.04 with some virtual servers. On some of them i'm running Joomla CMS and i have problem with php mail function... i think. The problem is, when i register some new user in the Joomla, Joomla cant send the user notification mail and the admin dont get the notification mail too. So is the problem with joomla, phpmail or in the configuration of apache or php?
View 1 Replies
View Related
Nov 15, 2009
I have just installed joomla and proceeded to do the web install. Got the interface up and running and its now complaining it does not see the mysql server running. I do in fact have it running. Veryfied it with mysql command on command line and it complained with missing attributes.
I read a thread that it needs php-mysql installed. So went to proceed to install it. Well, I did not have that and went to install it. Verified it. Package mysql-server-5.0.77-3.el5.i386 already installed and latest version
I then did a service mysql reset.
Checked back at the joomla web install interface and still, it says there is no mysql support! What is next? Im running centos OS. Also, I am running LAMP
View 3 Replies
View Related
Apr 18, 2010
My task is to set-up a dedicated LAMP server to host a site with joomla (this is basically LAMP + joomla which is a PHP-based content management system). Beside the basic web content, the site will hold a large amount of sample videos and similar large files (2TB on a RAID is available a lot of them will be used).
I googled a lot, and I read a lot about all the virtualisation solutions such as kvm, xen, virtualbox, vmware, openvz and vserver, I more or less understand their properties, but I cannot decide which one to choose.
I tried a few of them but I have no experience about its long term usage, stability etc.
In short I need an advice from people who successfully running real-word sites with some virtualisation solution. Basically I would like to know which one to use for the more robust, stable server.
Only read further if you have a similar system.
I would like to use some kind of virtualisation solution for the joomla server, becauseI have no trust in such systems, so if it is hacked I will just recover from a backup (or reinstall) the guest, but I do not need to go to the server-park. (after it, I have to find out how it was hacked) perhaps later we would like to use some other services which is also good if they are separated
I would like to use Slackware as a host and a guest.
I would like to put one file-system to the large raid array, and share it among the virtual-servers if it is possible (there is only one server now but there could be more with different applications). Or do I need to use lvm on the raid for the different servers?
Here is what I think:Because I want to "run linux on linux", first I thought that a container based solution (vserver, openvz) is perfect for the job, because of the low overhead and because I can use the whole file system for the storage, and I can share free space with other services in the future. The problem is vserver and openvz are big patches for the kernel, but I would like to change slackware as small as possible. So I would like to stay with the kernel of slack-13.0. openvz does not even support 2.6.29 while vserver is, but I have to compile a new patched kernel. So the the options here are to use a different kernel with openvz, or use the same but patched kernel with vserver.
Another option is to use "real" virtualisation solutions such as kvm, xen, virtualbox and vmware. It seems that kvm is the future, because it is already in the official kernel and "powered" by Red Hat, so it will be well supported. I likely will choose kvm.
As i wrote I tried a few of them but I have no experience about its long term usage, stability, so I want here about which one is used in real word servers, what kind of problems (stability) they have, etc.?
View 4 Replies
View Related
Feb 1, 2009
I've created a mysql user and he can connect Joomla to mysqld when everyone has full permissions to the mysql homedir but I know this is bad from a security standpoint. If I set mysql user as the only one with permissions then I can't connect. I know Joomla support is not very help from past experience, wish I could dump it for something else but it does work great once it is configured so I need to keep it around, can anyone make a guess as to what permissions I need to have set on mysql's home dir so that joomla can still connect yet I am more secure than now?
View 11 Replies
View Related
Feb 15, 2010
I need to be able to store users logged at chat server. The chat program stores the login information in a text file (no db). I need a modification so the user info is read from the flat file and stores into a table in Joomla db. I don't have access to source for making the Java Chat Server store the data directly to joomla db is not possible.Any pointer will be appreciated.Below if the code that read s the information from Java Chat Server.
Code:
function chat_getChattersFromLocalServer()
{
[code]...
View 3 Replies
View Related
Apr 7, 2009
I have recently merged two Joomla 1.0 sites I ran into one. I imported the articles I wanted to keep to the new site, and I have the old site's domain pointing as an alias at the new site. The new site is www.theouthousers.com . The old site was www.bludblood.com .
I also have the core SEF URLs on, using the htaccess.txt file that came with Joomla.
I have one writer for the old site who linked to his articles in various places, so I am trying to set up redirects for him so that he doesn't have to change all of his links.
For instance, I need something like:
http://www.bludblood.com/joomla/inde...d=25&Itemid=51
To redirect to the equivalent location on the new site:
[url]
And I also need specific links like:
[url]
To redirect to their new counterparts:
[url]
Keeping in mind that www.bludblood.com is now an alias of www.theouthousers.com, is there any way to do this? I have been trying with rewrite rules and redirects, and cannot seem to achieve the desired effect.
Tried various versions of:
Code:
Redirect [url] [url]
With the http, without, as regexps, as 301s, as permanents, etc, and it just will not work. Also tried as RewriteRule.
View 2 Replies
View Related
Sep 1, 2011
I want to customize the installation and I'm following the instructions here.I added my packages but now the iso is much larger(about 770 MB)Now I know I can simply delete from cd-image/dists/ but then the installer fails on missing deps.How can I do this safely ?
View 2 Replies
View Related
Apr 10, 2009
I'd like to install a package named "pppoeconf" on my CentOS system. I try with "yum install pppoeconf" but the result is "nothing to do" (see below):
It seems that I have missing repositories and I don't know which repositories are good for CentOS. How to fix my repos?
[trixbox1.localdomain yum.repos.d]# yum install pppoeconf
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
epel 100% |=========================| 2.1 kB 00:00
kbs-CentOS-Misc 100% |=========================| 951 B 00:00
atrpms-testing 100% |=========================| 2.2 kB 00:00
trixbox 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
trixboxaddons 100% |=========================| 951 B 00:00
updates 100% |=========================| 951 B 00:00
kbs-CentOS-Extras 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
atrpms-stable 100% |=========================| 2.2 kB 00:00
addons 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 98 kB 00:03 148/148
Reducing RHEL 4 5 - i386 - ATrpms to included packages only
Finished
Reducing RHEL 4 5 - i386 - ATrpms to included packages only
Finished
Parsing package install arguments
Nothing to do
[trixbox1.localdomain yum.repos.d]#
View 1 Replies
View Related