Skip to content

The DotNetLiguria website source code (ASP.NET Core)

License

Notifications You must be signed in to change notification settings

amerlin/dotnetliguriawebsite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnetliguriawebsite

The DotNetLiguria website source code (ASP.NET Core)

Notes

The docker-compose.yaml file pulls and generates the image needed to run MongoDB in container

From this folder run (it will run and stay

docker-compose up -d

After this, you can start the container from Docker desktop directly.

backup/restore

mongodump -u<mongodbUsername> -p<mongodbPassword> --archive=/tmp/backup.gz --gzip --db <mongodbDatabase>
unzip the backup copied
	cd \tmp
	tar xzfv backup.gz

Restore the database (dump is the folder with the unzipped data):
	mongorestore --verbose -u root -p <password> --nsInclude="*" /tmp/dump/

Client tools

Windows download

Ubuntu download

About

The DotNetLiguria website source code (ASP.NET Core)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.8%
  • TypeScript 17.7%
  • HTML 17.5%
  • JavaScript 6.3%
  • CSS 5.4%
  • Dockerfile 0.3%