Skip to content
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

Cannot compile #56

Closed
mimenda2 opened this issue Apr 25, 2018 · 3 comments
Closed

Cannot compile #56

mimenda2 opened this issue Apr 25, 2018 · 3 comments

Comments

@mimenda2
Copy link

Hi!
I've downloaded the code directly and using git clone with the same result. (step 1)

I've follow the steps:
2. dotnet restore: works ok
3. dotnet build: fails because can not find the CORE projects: swastika and swastika.Identity

Any idea?

regards,
David C.

@Smilefounder
Copy link
Contributor

Hi @mimenda2 , thanks for trying.

Please clone the Identity project from the following https://github.com/Swastika-IO/Swastika-IO-Identity and build again.

Or you can ref to Nuget https://www.nuget.org/packages/Swastika.Identity/

As we are still working on Identity features, we haven't pushed the latest version to Nuget yet.

Please try again and let me know if you still facing any issues.

Regards.

@mimenda2
Copy link
Author

mimenda2 commented Apr 26, 2018

Hi Smilefounder,

I download the Identity project from https://github.com/Swastika-IO/Swastika-IO-Identity and the other core project from https://github.com/Swastika-IO/Swastika-IO-Heart

Now all the code compile ok

I run the app, using the Swastika.Cms.Web.Mvc as start project

App fails trying to connect to sql server database.
I have this connection string in the appsetting.json file:
"CmsConnection": "Server=115.77.190.113,4444;Database=starceramic_new;UID=sa;Pwd=xxx;MultipleActiveResultSets=true",

regards,

@nhathoang989
Copy link
Contributor

Hi @mimenda2

Please pull code and update the connection string
"CmsConnection": null

Then run again and you will see the screen for input your connection string to init the Cms.

Sorry for the inconviniences,

Regards,
Hoang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants