Giter VIP home page Giter VIP logo

aurora-cloud's Introduction

Aurora Cloud (Beta)

Installation instructions

During installation process you will need:

  1. Download and unpack the latest version of aurora-framework into your installation root directory (currently it's version 0.3.1) https://github.com/afterlogic/aurora-framework/archive/0.3.1.zip

  2. Download modules.json from https://raw.githubusercontent.com/afterlogic/aurora-cloud/master/modules.json and override existing modules.json in root directory.

  3. Download composer.phar from https://getcomposer.org/composer.phar

  4. Run composer installation process by running the following from command line:

php composer.phar install

NB: It is strongly advised to run composer as non-root user. Otherwise, third-party scripts will be run with root permissions and composer issues a warning that it's not safe. We recommend running the script as the same user web server runs under.

This will install modules described in modules.json. At this moment aurora-bundle-files repository contains configs for Files bundle build.

After that, you need to build static files for current module set.

First of all, install all npm modules via

npm install

and install gulp-cli module globaly

npm install --global gulp-cli

Now you can build static files

gulp styles --themes Default,Funny
gulp langs --langs Arabic,Bulgarian,Chinese-Simplified,Chinese-Traditional,Czech,Danish,Dutch,English,Estonian,Finnish,French,German,Greek,Hebrew,Hungarian,Italian,Japanese,Korean,Latvian,Lithuanian,Norwegian,Persian,Polish,Portuguese-Brazil,Portuguese-Portuguese,Romanian,Russian,Serbian,Slovenian,Spanish,Swedish,Thai,Turkish,Ukrainian,Vietnamese
gulp js:min --output app
gulp js:min --output app-files-pub --modules FilesWebclient

Upon installing the product, you'll need to configure your installation.

IMPORTANT:

  1. Make sure data directory is writable by web server. For example:
chown -R www-data:www-data /var/www/aurora/data
  1. It is strongly recommended to runs the product under https. If you run it under http, the majority of features will still be available, but some functionality aspects, such as authentication with Google account, won't work.

To enable automatic redirect from http to https, set RedirectToHttps to On in data/settings/config.json file.

aurora-cloud's People

Contributors

vasil-sokolov avatar sash04ek avatar afterlogic-support avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.