Navigation Menu

Skip to content
Daniel Shirley edited this page Sep 2, 2015 · 3 revisions

In order to download the ShineISP project you have to choose if you would like get everytime the fresh and updated copy or a static copy of the project.

The updated copy of the source code is available by the Git connection. If you would like a snapshot of the project you can download it by a simple click: https://github.com/shinesoftware/shineisp2/archive/master.zip

What we suggest you is to use the Git connection so you will get everytime the updated software.

Open a shell terminal, go to the /var/www/shineisp folder (if it does not exist you have to create a dir called ShineISP) and type:

$ git clone git://github.com/shinesoftware/shineisp2.git

Press enter. A new directory will be created: shineisp2

Move all the files in the root of your /var/www/shineisp. Pay attention to all the git hidden files.

Now execute this command by SSH:

php composer.phar self-update
php composer.phar install

Wait the end of the process.

The sourcecode is now downloaded and stored on your server. This process may take some time.

Once ShineISP is stored on your server you have to create and configure the database.

HOME

  • ShineISP Overview
    • [Web Hosting](Web Hosting)
    • [Getting Involved](Getting Involved)
    • Download
  • Configuration
    • [Web Server](Web Server)
    • [Database Configuration](Database Configuration)
    • [Software Configuration](Software Configuration)
    • [SMTP Mail](Smtp Mail)
  • Modules
    • Admin
    • Application * [Layout](Frontend Layout) * Homepage
    • Dummy
    • Base
      • Localization
      • [Common Layout](Common Layout)
      • [Error Pages](Error Pages)
      • [Login Process](Login Process)
    • Cms
    • Customer
      • [Customer Settings](Customer Settings)
    • Product
      • [Product Attributes](Product Attributes)
      • [Group of Attributes](Group of Attributes)
      • [Set of Attributes](Set of Attributes)
      • [Product Settings](Product Settings)
  • [Error Handler](Error Handler)
    • [Error Pages](Error Pages)
    • Logging
    • [Common errors](Common errors)
Clone this wiki locally