Git Product home page Git Product logo

astral's Introduction

Astral v2

Join the chat at https://gitter.im/astralapp/astral Build Status

This is the repository for Astral v2. It is currently still in early development. Currently looking for core contributors!


Improvements

  • Improved Caching
  • Improved UI/UX
  • Built on Laravel 5
  • Switched the front-end from AngularJS to RiotJS

Getting up and running

  • Fork this repository, clone it, and cd into it

  • Install the front-end dependancies: npm install && bower install

  • Compile

  • Install Homestead

  • Configure Homestead: homestead edit

     [...]
    
     folders:
         - map: ~/<PATH TO REPO>
           to: /home/vagrant/astral
    
     sites:
         - map: astralapp.app
           to: /home/vagrant/astral/public
    
     databases:
         - astral
    
      [...]
    
  • Add the local development domain to your hosts file: 192.168.10.10 astralapp.app

  • Create a new GitHub personal access token, and grab the keys it gives you

  • Copy the .env.example file and rename it to .env. Add your GitHub keys to it

  • SSH into your Homestead app, migrate the DB, and generate a new app key

     $ homestead ssh
     $ cd astral
     $ php artisan migrate
     $ php artisan key:generate
    
  • Fire up the app! Open a browser at http://astralapp.app/ and bask in its glory!

Contributing

  • Get up and running
  • Create a new descriptively named branch
  • Commit your changes and push to your fork
  • Create a pull request with a clear, well written description of what the PR is all about
  • Party!!

astral's People

Contributors

syropian avatar

Watchers

 avatar  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.