Skip to content

Upcoming Software center for SugarLabs (ASLO V3)

License

Notifications You must be signed in to change notification settings

scanterog/aslo-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aslo-v3

Upcoming Software center for SugarLabs (ASLO V3)

Setup Instructions

Install virtualenv

pip install virtualenv

Create a vritualenv

virtualenv ~/envs/flask-dev

Activate virtualenv

source ~/envs/flask-dev/bin/activate

Install Dependencies

pip install -r requirements.txt

Install Redis

cd /tmp
wget http://download.redis.io/releases/redis-stable.tar.gz
tar xzf redis-stable.tar.gz
make
make test
sudo make install

For a more comprehensive guide follow this Tutorial from DigitalOcean

Make sure redis is running by logging in redis-cli

Run the Flask Server

python app.py will start Flask server listening on all interfaces 0.0.0.0 and port 5000

About

Upcoming Software center for SugarLabs (ASLO V3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%