SharedMoments
A website designed for couples to capture and preserve their special moments
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- env.py
- script.py.mako
- __init__.py
- 20260320-demo-01.jpg
- 20260320-demo-02.jpg
- 20260320-demo-03.jpg
- 20260320-demo-04.jpg
- 20260320-demo-05.jpg
- 20260320-demo-06.jpg
- 20260320-demo-07.jpg
- 20260320-demo-08.jpg
- 20260320-demo-09.jpg
- 20260320-demo-10.jpg
- 20260320-demo-11.jpg
- 20260320-demo-12.jpg
- 20260320-demo-13.jpg
- 20260320-demo-14.jpg
- 20260320-demo-15.jpg
- 20260320-demo-16.jpg
- Banner.jpg
- Profilbild_Anna_Klein.png
- Profilbild_Lukas_Bader.png
- demo_template.db
- __init__.py
- migration_logger.py
- migrator.py
- status.py
- v1_reader.py
- __init__.py
- admin.py
- ai.py
- api.py
- auth.py
- pages.py
- share.py
- filenotsupported.jpg
- profile-placeholder.jpg
- setup-couples.jpg
- setup-family.jpg
- setup-friends.jpg
- admin.js
- countdown.js
- home.js
- list.js
- main.js
- nav-drawer.js
- reminders.js
- settings.js
- setup.js
- timeline.js
- gallery.jpg
- home-feed-02.jpg
- home-feed.jpg
- idb-manager.js
- manifest.json
- pwa.js
- sm-icon-192.png
- sm-icon-512-round.png
- sm-icon-512.png
- sw.js
- admin-roles.html
- admin-shares.html
- admin-users.html
- available-translations.html
- banner-card.html
- countdown-card.html
- edit-home-item.html
- footer.html
- head.html
- header.html
- home-items.html
- list-items.html
- nav-drawer.html
- new-home-item.html
- new-list-item.html
- new-timeline-item.html
- timeline-card.html
- translations-for-language.html
- admin.html
- gallery.html
- home.html
- list.html
- login.html
- manage-translations.html
- migration-complete.html
- migration-progress.html
- offline.html
- reminders.html
- reset-password.html
- settings.html
- setup.html
- share-expired.html
- share-password.html
- share.html
- de-DE.json
- en-US.json
- it-IT.Json
- it-IT.json
- __init__.py
- ai.py
- db_queries.py
- demo.py
- filters.py
- logger.py
- models.py
- notifications.py
- permissions.py
- scheduler.py
- translation.py
- utils.py
- version.py
- screenshot01.jpg
- screenshot02.jpg
- screenshot03.jpg
- screenshot04.png
- screenshot05.png
- screenshot06.png
- screenshot07.jpg
- screenshot08.png
- screenshot09.png
- screenshot10.png
- screenshot11.png
- screenshot12.png
- screenshot13.png
- screenshot14.png
- screenshot15.png
- screenshot16.png
- screenshot17.png
- screenshot18.png
- generate_lqip.py
- items.apit
- __init__.py
- conftest.py
- test_ai.py
- test_ai_api.py
- test_permissions.py
- test_translations.py
- .dockerignore
- .env.example
- .gitignore
- alembic.ini
- config.py
- docker-compose.yml
- Dockerfile
- install.sh
- LICENSE
- manage.py
- README.md
- requirements.txt
- rollback_to_v1.py
- run.py
- uninstall.sh
- update.sh
# Installation Guide
1. Get the code
git clone https://github.com/tech-kev/SharedMoments
Downloads the entire project code from GitHub to your computer.
cd SharedMoments
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedcurl -fsSL https://raw.githubusercontent.com/tech-kev/SharedMoments/main/install.sh | sudo bash
Type this command into your terminal and run it.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python manage.py runserver
Starts the Django development server.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
