-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running this app #96
Comments
You can build and run the app using dotnet build && dotnet run. Of course for that you need to have .net core 5 + installed on your system. You also need a database server, either MSSQL or MYSQL instance that you can use to upload the database creation script, then you have to change the connection string to point to your instance and it should be good to go. I am still working on it, it's in it's early days and the build process is a bit rusty, this branch only gets updated when new releases are added and most of the works is done on another repository. |
Hello Kristifor, The demo link is not working. Can you please share the updated demo link? |
Sure tomorrow, i will spin a virtual machine on azure and configure it there, once i am ready with the configuration i will leave the link here and update the readme, i haven't abandoned the solution, i am just really busy with work these days and i haven't had the time to work on it but i will defiantly continue to develop everything that i have planned for it. The readme at the moment has instructions on how you can configure it locally if you can't wait for tomorrow. |
Hello Kristifor, Please let me know if the link is ready. |
Hey guys, the solution was built using .net core 5 which is now obsolete, i have started the migration to .net core 6 but because of a change in dotnet ef scaffold the tool that we use to work with the database first model now dropping the support for pluralizing names of the generated classes it requires for a re work in all of the models in the solution so it might take few days. I am really busy with work these days but i am working on the migration and once i am done i will add the link. I have already setup a database on azure and configured the services, i just need to finish the migration and once ready i will give you an update. I can't promise but i estimate that i can take 1-2 days depending on my workload this week. Thank you for the understanding. |
Okay, thanks |
Hey guys, did a new build and deployed an example instance of the Project Manager on azure. In order to access it and check it out you can use this link: https://webapp-220929133419.azurewebsites.net/Collaborativesoft Username: I restored the database that actually has the roadmap for the concoctcloud itself, my account has access to few personal projects that i had to remove for privacy reasons. Do note because the restored database was taken from a live system that is being developed for a client some of the functionalities might not be working properly. Usually i do a merge between the private and public branch each year around Christmas, but most of the functionality should be working. Let me know if you have any other questions. Thanks for checking it out! |
Thank you for sharing the link. |
I need a .net server to run this app like you need a php server to run php apps?
The text was updated successfully, but these errors were encountered: