~tsep-dev/tsep/docs

« back to all changes in this revision

Viewing changes to source/documentation/getting_started/uploading.rst

  • Committer: geoffreyfishing at gmail
  • Date: 2011-06-15 20:05:25 UTC
  • Revision ID: geoffreyfishing@gmail.com-20110615200525-hfcqsj8ekjh40d0f
Updated the uploading page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Uploading TSEP to your site
3
3
###########################
4
4
 
 
5
There are two ways to install TSEP: manually and automatically.
 
6
 
 
7
************************
 
8
Uploading Automatically
 
9
************************
 
10
 
 
11
The first step to installing TSEP is uploading it to your site. Go to the 
 
12
`Launchpad project page`_ and download the file named install.php. 
 
13
 
 
14
Now, with your FTP client, create a new directory named "tsep" in your "htdocs"
 
15
folder. Then upload the install.php file into that folder, so that the directory
 
16
structure is created below::
 
17
 
 
18
    htdocs/
 
19
        tsep/
 
20
            install.php
 
21
            
 
22
After you have created that directory structure, open the install.php file in 
 
23
your browser. You should see something similar to the output shown below::
 
24
 
 
25
    [OneClick Installer] Installing The Search Engine Project...
 
26
    
 
27
This process should not take more than a minute. If it does, something has 
 
28
probably gone wrong. Please ask on our `forum`_ for help. After the script
 
29
is finished, you should be redirected to the installation wizard.
 
30
 
 
31
******************
 
32
Uploading Manually
 
33
******************
 
34
 
 
35
Automatic installation only works in some cases. If automatic installation does
 
36
not work, manual installation may be required. Manual installation is not 
 
37
difficult, it just takes more time.
 
38
 
 
39
 
 
40
 
 
41
.. _Launchpad project page: http://launchpad.net/tsep
 
42
.. _forum: http://answers.launchpad.net/tsep
 
 
b'\\ No newline at end of file'