Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

How to install drupal in sourceforge

Pablo Conesa edited this page Nov 19, 2015 · 6 revisions
Scipion Logo

Some tips for drupal installation and configuration on sourceforge

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

Clone this wiki locally