Coder Social home page Coder Social logo

digi-locker-web-app's Introduction

Digi Locker Web Application Maintainers guide

This documentation documents how to deploy Digi Locker system in your linux local environment. Instructions are give for Ubuntu server 16.04.4 LTS reference : Setting up LAMP stack

Setting up database

Install MariaDB latest version (10.0.34-MariaDB-0ubuntu0.16.04.1)

sudo apt-get update 

sudo apt-get install mariadb-server mariadb-client

check the status of MariaDB

systemctl status mysql

output should be

mysql.service - LSB: Start and stop the mysql database server daemon
 Loaded: loaded (/etc/init.d/mysql; bad; vendor preset: enabled)
 Active: active (running) since Wed 2016-04-20 18:52:01 EDT; 1min 30s ago
 Docs: man:systemd-sysv-generator(8)

if its not run

sudo systemctl start mysql

to start MariaDB at boot run

sudo systemctl enable mysql

to setup the MySQL run

sudo mysql_secure_installation

setup root users password and other options

Setting up web server

Install web server Apache latest version (2.4.18 [Ubuntu])

sudo apt-get update 

sudo apt-get install mariadb-server mariadb-client
Give examples

generating code documentation

php phpDocumentor.phar -d . -t docs/api

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

digi-locker-web-app's People

Contributors

rmddcr avatar pasindubawantha avatar surankalana avatar

Stargazers

Min Htet Oo 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.