Home
Softono

Ascension

Open source MIT PHP
13
Stars
4
Forks
34
Issues
3
Watchers
3 years
Last Commit

 About Ascension

A Memrise clone for learning purposes/portfolio filler.

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Ascension?

We provide expert installation service for this software. Our team will install, configure, and secure Ascension on your server. plans start at just $30.

ascension

A Memrise clone for learning purposes/portfolio filler.

Install

Manual Redis/Postgres Installation

For now you'll need to setup Redis and Postgres by yourself. I personally am using a dockerised stack for local development which takes the pain away for me but I fully appreciate that setting up Postgres is not particularly fun.

I definitely plan to make this easier in the future.

Instructions

git clone https://github.com/sustained/ascension.git
cd ascension
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan jwt:secret
php artisan horizon:install
php artisan telescope:install
php artisan migrate
php artisan db:seed

Running

npm run webpack
npm run laravel
npm run redis
npm run queue