-
Notifications
You must be signed in to change notification settings - Fork 58
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
How to run this project #2279
Comments
@itiwant it seems that you have setup the project and created the db. It will automatically install all required records and configure the appsettings.json file. After setup, the api key in appsettings.json will be added. The above exception may happen if you already have the db initialized, but the api key is not valid. Would you explain more about your steps to reproduce that? Which db are you using? |
Hi @pournasserian, I downloaded the code and then opened it with visual studio. When I ran it, the setup page interface appeared. Then I entered the password and got an error. Then I ran it again by going to the |
@itiwant thanks. You are right. When you want to start the setup process, nothing exists on DB. In the process of setup, we need to create the admin user. If the password or username does not meet the requirements, it will raise exception and the setup process won't be completed and you should delete the db and start again. I will add the validation in setup to avoid that. See this: |
@itiwant that should be resolved. Please get the latest version, delete your db file, and run the project again. Let me know if you have any issue. |
As a new user today I am happy to report that from VS2022 I used the clone from repository function and FluentCMS dowenloaded, built and run successfully from F5 within 3 minutes. I accepted the masked default password and Google Chrome saved that for me. I am now blundering around the demo site trying to understand the concepts, got the Admin/Live UI flip idea but 20 minutes in page design remains a mystery. The short screen capture video on the GitHub project dashboard hints at the workflow, I shall use that as my intro tutorial. A 10 minute explainer video on YouTube would help. |
We need to start writing documentation section ASAP! I am closing this issue. Thanks |
I can't Installation this project by follow your guidline
![image](https://private-user-images.githubusercontent.com/171646941/387613462-3bc3b15a-ef55-465b-b7b0-9d064f8cdbda.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NzE1NTcsIm5iZiI6MTczOTc3MTI1NywicGF0aCI6Ii8xNzE2NDY5NDEvMzg3NjEzNDYyLTNiYzNiMTVhLWVmNTUtNDY1Yi1iN2IwLTlkMDY0ZjhjZGJkYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxN1QwNTQ3MzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zN2IyMDcxZDZlOGFjNGMzNzE5YTE5YjM4ODdjOWQ2ZTIzN2NlNmY5ZTkxMGEzOGVkNmM5ODlhMGU4NjZkMGRmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.BJAfbjiZ0sydu0vXEWwXF7AB4Ezq0niNJ_aNlrffmwM)
The text was updated successfully, but these errors were encountered: