This tool downloads all Super Mario World ROM's that are uploaded to www.smwcentral.net in the awaiting moderation section and archives them for download.
- Django 4 https://www.djangoproject.com/
- Bootstrap 4 http://getbootstrap.com/
- Font Awesome 5 http://fontawesome.io/
To deploy this project on your local server:
- Create Discord App: discord.com/developers/applications
- Create Bitly Access Token: dev.bitly.com/docs/getting-started...
- Create MySQL Database
- Install Docker with Compose
git clone https://git.cssnr.com/shane/smwc-web.git
cd smwc-web
cp settings.env.example settings.env
mkdir -p \
/data/docker/smwc-web/bin \
/data/docker/smwc-web/tmp \
/data/docker/smwc-web/roms \
/data/docker/smwc-web/media \
/data/docker/smwc-web/static
chown 1000:1000 -R /data/docker/smwc-web
docker compose up --build -d --remove-orphans
docker compose logs -f
Note: Make sure to update the settings.env
with the necessary details...
Use the Fork button, or to clone a clean copy of this project into your repository:
git clone https://git.cssnr.com/shane/smwc-web.git
cd smwc-web
rm -rf .git
git init
git remote add origin https://github.com/your-org/your-repo.git
git push -u origin master
Note: make sure to replace your-org/your-repo.git
with your actual repository location...