Changes between Version 5 and Version 6 of Ushahidi


Ignore:
Timestamp:
05/28/16 22:33:07 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ushahidi

    v5 v6  
    2525passwd ushahidi
    2626}}}
    27 
     271. Create web folder for user
    2828{{{
    2929su - ushahidi
     
    3131cd public_html
    3232}}}
    33 
     331. Create DB
    3434{{{
    3535mysql -u root -p
    3636}}}
    37 
    3837{{{
    3938CREATE DATABASE ushahidi_db;
     
    4140quit;
    4241}}}
    43 
     421. Create env file
    4443{{{
     44cd ~
    4545cat > .env << EOL
    4646DB_HOST=localhost