sosUno web 2.0 is a future updated version of the sonoUno sonification software, tailored to provide an enhanced user experience. Developed using Python and Django, with additional graphics implemented using Matplotlib, this version aims to further the accessibility and functionality of its predecessor.
First we need to have Django installed, if not we will use the following command:
$ python -m pip install Django
After the installation we look for where the project is
$ cd yourdirectory/project
$ cd yourdirectory/project/sonounoweb
We activate the manage.py file to run the server
$ python3 manage.py runserver
We need to have Django installed and we do it as follows:
We go to the place where the project folder is located and from there we execute the command through the console:
cd yourdirectory/project
pip install Django==5.0.2
Once installed we initialize django
python\scripts\activate
cd sonounoweb
Finally we run the project
python manage.py runserver
The server will run at the address http://localhost:8000/sonif1D/inicio If everything works correctly, we will receive the following message:
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
March 05, 2024 - 19:33:33
Django version 5.0.2, using settings 'sonounoweb.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
All help is welcomed and needed! If you want to contribute contact us at [email protected]
All people could report a problem opening an issue here on GitHub or contact us by email: [email protected]