-
Notifications
You must be signed in to change notification settings - Fork 48
How to install drupal in sourceforge

-
Download Drupal from https://drupal.org/.
You can find the installation guide here. However here we will provide a brief description of the installation process. This information is focus on a sourceforge installation however it will be the same or even simpler for any other server. Download drupal and unzip it. Connect with sftp or, even better, connect to sourceforge with Filezilla.
-
Data for the connection:
host: web.sourceforge.net
name: Source forge user
password: No password is required
port: 22
-
Then go to /home/project-web/[project name]/htdocs/
-
Once everything it is copied go to the url with a browser, tipically [project name].sourceforge.net and go on with the configuration process.
-
When configuring the db provide the following information:
host:mysql-[first letter of the project name]
user: it should have admin permissions
-
If you lost the login form. You can access by url: /?q=user/login
— Main.AdrianQuintana - 2014-01-30